InterviewSolution
Saved Bookmarks
| 1. |
Mention What Is The Command That Is Used To Find Whether A Particular Element Present On The Screen? |
|
Answer» To find a SPECIFIC element on the SCREEN you use the SYNTAX To find a specific element on the screen you use the syntax s.find(“<<image name>>”); |
|