A web page has two butons with same properties and rotating
in clockwise direction. how to click on any of the button?
Answer Posted / phani
'Use the following code to click on the second button
Browser("").page("").webbutton("name:=XXX","index:=1").click
similarly to click on 1st button change index value to 0
You can also use highlight to conform particular webbutton on the webpage which you wanna click
Browser("").page("").webbutton("name:=XXX","index:=1").highlight
pls correct me if iam wrong
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the steps involved in the recovery scenario wizard?
I am Facing Issues with learing datepicker 1)when i first learn datepicker as current system date . 2)if i wanna runtime datepicker value it gives error
what you mean by artifact,milestone...
Want to verify notepad reports using QTP framework or any other BV script method. Can anyone share the method to achieve it? Eg. Person Name is the header and the actual name is John then how can we verify weather person name is John
What are the technics follow in writing VB script?
What is the quicktest professional testing process?
How can you handle exceptions in qtp?
in qtp 3 sheets is there in data table like global, action1, action2. I want to check the rows and columns in action2. how can check using script?
Define Error Pane of UFT?
Can any body please tell me the steps of keyword driven framework of QTP.
What is the keyword view and expert view in qtp?
There are 10 rows in the datatable. How can we fetch 2 rows and then skip 3rd row. After that, pick 4th & 5th row and skip 6th row. Please share code
How to creating an output value using quicktest professional?
what is actually contain test report? can anybody post the test report
Why do you create a text checkpoint on a Web application? What is the purpose of the Close method?