Skip to content

Instantly share code, notes, and snippets.

@muditlambda
Created February 4, 2022 06:36
Show Gist options
  • Select an option

  • Save muditlambda/e7d8d908a7487e48466e25089a09e8ea to your computer and use it in GitHub Desktop.

Select an option

Save muditlambda/e7d8d908a7487e48466e25089a09e8ea to your computer and use it in GitHub Desktop.

Revisions

  1. muditlambda created this gist Feb 4, 2022.
    8 changes: 8 additions & 0 deletions WebDriverEventHandler.java
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    package listeners;

    import org.openqa.selenium.support.events.WebDriverEventListener;

    public class WebDriverEventHandler implements WebDriverEventListener{

    }