01-21-2016, 03:58 PM
Hi,
I have this element.
I would like to take the text into WebElement object so i wrote:
I skipped the WebTable object because in the repository the WebElement was inserted as child of YaWeb Page.
UFT not finds this object into my application:
"The "[WebElement]" object's description matches more than one of the object currently displayed in your application. etc...."
Why?
Thanks a lot.
I have this element.
I would like to take the text into WebElement object so i wrote:
Code:
txt = Browser("YA Web").Page("YA Web").WebElement("html tag:=CAPTION").GetROProperty("innerText")
UFT not finds this object into my application:
"The "[WebElement]" object's description matches more than one of the object currently displayed in your application. etc...."
Why?
Thanks a lot.