Submitted Questions

  • WebElement recognized by QTP but can't click on it

    Hicould 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...

    rakesh

    • May 9th, 2018

    Browser("WebAPP").Page("WebPage").WebElement("Innertext:=XXX","HTML Tag:=NOBR","Index:=0").click
    Browser("WebAPP").Page("WebPage").WebTable("Root").WebElement("XXX").highlight
    createobhect("wscript.shellscripting").run {"ENTER"}
    Hope so this willwork.

    Deepa

    • Jan 28th, 2016

    Its working, Thank you