Package org.openqa.selenium.safari
Interface HasDebugger
- All Known Implementing Classes:
SafariDriver
Used by classes to indicate that they can open the browser debugger.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
This opens Safari's Web Inspector If driver subsequently executes script of "debugger;" the execution will pause, no additional commands will be processed, and the code will time out.
-
Method Details
-
attachDebugger
void attachDebugger()This opens Safari's Web Inspector If driver subsequently executes script of "debugger;" the execution will pause, no additional commands will be processed, and the code will time out.
-