accessing url ^ url ifNil: [ | temp | temp := ((self documentTree xpath: '//div[@class="profile-website"]') // 'a' @@ 'href') first. temp ifNil: [ ^ url := nil ]. url := temp asUrl. ]