dim MyCell
dim MyCellContent
Set MyCell =
Aliases.iexplore.pageWelcomeToAdvantage.formForm1.panelHeader.table.cell1.table.cell.table.cellTopmenu.table.cell.tableHeader1headermenuMainm.cellHeader1headermenu3
Set MyCellContent = MyCell.WaitAliasChild("imageReportsGif",120000)
if MyCellContent.exists then
Log.message(" Reports image Exists")
Aliases.iexplore.pageWelcomeToAdvantage.formForm1.panelHeader.table.cell1.table.cell.table.cellTopmenu.table.cell.tableHeader1headermenuMainm.cellHeader1headermenu3.focus
Else
Log.message(" Reports image does not Exists")
end if
end
sub
But it is going to else statement here.
Also Results is a hover tab under which i am selecting another tab "Progress reports". But it is nort recognizing and clicking the results tab itself.
Can you please suggest something.
Hi, i have experienced one thing, i dont know it’s a feature
or bug in TC. There are two options to Map an object one by a Circle symbol
(Drag Option) and one by Cursor symbol (Shift+Ctrl+A). I was running a keyword
test which was failed when it tries to click on menu item, i tried to identify
menu item object by Circle it gives me a different hierarchy, then i tried to
find out by Cursor symbol it gives me a different one. So if you script/keyword
test is not recognizing any object try to identify it by both options. You have
to do some manual work but I think it will work.
Thanks!
Subject | Author | Latest Post |
---|---|---|