In this situation, You can do following things and use the better one.
1. Clear the following options from Options->Agent Options.
- Verify that windows are exposed
- Verify that coordinates passed to a method are inside the window
OR Set by coding . Set agent option like this -> Agent.SetOption (OPT_VERIFY_COORD, FALSE)
2. Try to use ScrollIntoView() or setFocus().
3. DoClick () method if that particular object has support.
4. Write a function to click particular object, which is outside of the monitor co-ordinates.
No comments:
Post a Comment