Web Table Buttons Verification

In one page in web table so many buttons are present, If button not exists in current page need click "Next" button and if expected buttons exists need to check the checkbox. Answer this

Showing Answers 1 - 3 of 3 Answers

Shweta Mutalik

  • Oct 25th, 2016
 

if Browser("x").Page("X").Webbutton("xyz").Exists then
Webcheckbox("xyz").Set "ON"
Else
Webbutton("Next").Click
End if

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions