Interface HasDebugger

All Known Implementing Classes:
SafariDriver

@Beta public interface HasDebugger
Used by classes to indicate that they can open the browser debugger.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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.