priyalmistry4
6 years agoOccasional Contributor
Click action fails ramdomly for the same test
Hi, I am performing desktop testing which requires clicking of few buttons in order to navigate to different screens or display output. I noticed the click action works for a keyword test but fails...
- 6 years ago
Please provide the log file for error in the click method fails.
1. May be object is not available in the screen
2. try to add some delay in between the failed case, may be Click operations was called so quickly that button does not exists or visible on screen.