InterviewSolution
Saved Bookmarks
| 1. |
How To Verify Tool Tip Text Using Protractor? |
|
Answer» Web ELEMENTS have an ATTRIBUTE of TYPE 'title'. By fetching the value of 'title' attribute we can verify the tooltip TEXT in protractor. Web elements have an attribute of type 'title'. By fetching the value of 'title' attribute we can verify the tooltip text in protractor. |
|