How to get the URL of WebElement

WebUI.openBrowser('https://vk.com/groups?act=catalog&c%5Bq%5D=%D0%BF%D0%BE%D0%BA%D1%83%D0%BF%D0%BA%D0%B8')
TestObject MYob = new TestObject(); 
String xpathname = '//*[@id="results"]/div[2]'
	
MYob.addProperty('xpath', ConditionType.EQUALS, xpathname);

How to get URL of Myob now?

WebUI.getAttribute(MYob, "href")

ITS WORK
THX