4 lines
132 B
Smalltalk
4 lines
132 B
Smalltalk
|
accessing
|
||
|
url
|
||
|
^ url ifNil: [
|
||
|
url := ((self documentTree xpath: '//div[@class="profile-website"]') // 'a' @@ 'href') first asUrl]
|