07-01-2013, 05:12 PM
Hi All,
Please tell me when we have to use webtable objects to identify objects and when not to use the same to identify objects in our application.
for example,
when we wan to search to google button on google home page we dont include webtable object in our code.
code appears something lik this
but when we have to retreive checkbox object in gmail webpage we use webtable object in heirarchy
thanks in advance,[b]
Please tell me when we have to use webtable objects to identify objects and when not to use the same to identify objects in our application.
for example,
when we wan to search to google button on google home page we dont include webtable object in our code.
code appears something lik this
Code:
Browser().page().webedit()
but when we have to retreive checkbox object in gmail webpage we use webtable object in heirarchy
thanks in advance,[b]