Prepare for your Next Interview
This is a discussion on Qtp within the QTP forums, part of the Software Testing category; Hi , I am new to QTP.i am trying to check on web screen if a particular object exist or not. VB code that i used to impement is : Browser("...")....
|
|||
|
Qtp
Hi ,
I am new to QTP.i am trying to check on web screen if a particular object exist or not. VB code that i used to impement is : Browser("...").Page("...").Frame("left").webelement("Explorer").Exist But I am getting this error : Object doesn't support this property or method: 'Browser(...).Page(...).Frame(...).webelement(...).Exist' Neetu |
| Sponsored Links |
|
|||
|
Re: Qtp
Basically, frames donot have webelements. The webelements are directly placed on the web pages. so try,
Browser("...").Page("...").webelement("Explorer").Exist
__________________
Lack of WILL POWER has caused more failure than lack of INTELLIGENCE or ABILITY. -sutnarcha- |