05-07-2013, 12:48 PM
Hi,
I have also added some other property ,see below but still showing same error in chrome and run fine in other browsers.
'*****************************
'******************************
Also see attached screenshot.
I have also added some other property ,see below but still showing same error in chrome and run fine in other browsers.
'*****************************
Code:
j=1
vCommonXpath=".//*[contains (@id,'mainForm:') and @class='ui-datatable-data ui-widget-content']/tr["
vXpathLastName=vCommonXpath & j & "]/td[2]/div/label"
vLastName= [b]Browser("login.xhtml").Page("title:=.*").WebElement("xpath:="& vXpathLastName,"html tag:=LABEL","outerhtml:=<label>.*</label>").getroproperty("innertext")[/b]
' vLastName= Browser("login.xhtml").Page("title:=.*").WebElement("xpath:="&vXpathLastName).getroproperty("innertext")
msgbox vLastName
Also see attached screenshot.