Skip to content

Instantly share code, notes, and snippets.

View b1alpha's full-sized avatar

Brennon Obst b1alpha

  • Smoothie Wizard
  • Vancouver, BC
View GitHub Profile
@klepikov
klepikov / Test.java
Last active August 25, 2023 03:12
Demo code for the GTAC 2013 talk "Web Performance Testing with WebDriver" by Michael Klepikov
import java.io.IOException;
import java.net.URL;
import java.util.Date;
import java.util.List;
import java.util.logging.Level;
import org.json.*;
import org.openqa.selenium.*;
import org.openqa.selenium.chrome.*;
import org.openqa.selenium.logging.*;