Forum Discussion
Amareshreddy005
12 years agoNew Member
Can you try the below actions -
1. Try to use Click() Method rather than ClickButton.
2. Try Click()/ClickButton Method by passing a Co–Ordinates Ex Click(0,0)
(In some cases by default, ClickButton will perform the click action some perticular co -ordinates of the object, which results click action will not perform any action for that co-ordinates ).
3. Restore the window and try the Click action.
4. Try to set the SetFocus on the object before clicking the object.
1. Try to use Click() Method rather than ClickButton.
2. Try Click()/ClickButton Method by passing a Co–Ordinates Ex Click(0,0)
(In some cases by default, ClickButton will perform the click action some perticular co -ordinates of the object, which results click action will not perform any action for that co-ordinates ).
3. Restore the window and try the Click action.
4. Try to set the SetFocus on the object before clicking the object.