07-27-2010, 04:53 PM
Hello gerfred,
Try
You have to specify every property within different sets of double quotes.
Hope this will work now.
Try
Code:
Browser("").Page("").WebElement("html tag:=SPAN", "class:=dijitTreeLabel","innertext:=test").Click instead of Browser("").Page("").WebElement("html tag:=SPAN, class:=dijitTreeLabel, innertext:=test").Click
You have to specify every property within different sets of double quotes.
Hope this will work now.