InterviewSolution
Saved Bookmarks
| 1. |
Mention What Is The Command Used To Type A String On A Text Box? |
|
Answer» To enter PARTICULAR text on the text box this method is USED and COMMAND is s.type(“<<IMAGE name>>” , “String to be TYPED”); To enter particular text on the text box this method is used and command is s.type(“<<image name>>” , “String to be typed”); |
|