WebElement recognized by QTP but can't click on it
Hi
could somebody please help. Working on a web app. it has two sections on the left hand side is a list of folders or options. when some option is clicked on, on the right hand side all the stuff in that folder is populate. QTP recognizes the object and in the summary results shows what was clicked on, but nothing happens. not sure if there is something behind this object or....
here is what i have tried.
Browser("WebAPP").Page("WebPage").WebElement("Innertext:=XXX","HTML Tag:=NOBR","Index:=0").click
Browser("WebAPP").Page("WebPage").WebTable("Root").WebElement("XXX").Click
Also Tried to get the child objects and then click on the specific object in the webtable still no luck.
Questions by amiqbal
Showing Answers 1 - 8 of 8 Answers
WebElement recognized by QTP but can't click on it
could somebody please help. Working on a web app. it has two sections on the left hand side is a list of folders or options. when some option is clicked on, on the right hand side all the stuff in that folder is populate. QTP recognizes the object and in the summary results shows what was clicked on, but nothing happens. not sure if there is something behind this object or....
here is what i have tried.
Browser("WebAPP").Page("WebPage").WebElement("Innertext:=XXX","HTML Tag:=NOBR","Index:=0").click
Browser("WebAPP").Page("WebPage").WebTable("Root").WebElement("XXX").Click
Also Tried to get the child objects and then click on the specific object in the webtable still no luck.
Profile Answers by amiqbal Questions by amiqbal
Questions by amiqbal