Skip to content

Instantly share code, notes, and snippets.

@adiohana
Created July 3, 2019 13:58
Show Gist options
  • Save adiohana/96e941ca31c7dff10814bb422f33b67f to your computer and use it in GitHub Desktop.
Save adiohana/96e941ca31c7dff10814bb422f33b67f to your computer and use it in GitHub Desktop.
@Test
public void genericCrashBrowser() {
chromeDevTools.send(new Command<>("Browser.crash", ImmutableMap.of()));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment