InterviewSolution
Saved Bookmarks
| 1. |
How are web-based pop-ups handled in Selenium? |
|
Answer» WebDriver offers an efficient way to HANDLE web-based pop-ups USING the Alert interface. Developers can use the below mentioned four METHODS, along with the Alert interface, for treating web-based pop-ups:
|
|