Skip to content

Instantly share code, notes, and snippets.

@jhuska
Created October 31, 2013 16:42
Show Gist options
  • Save jhuska/7252913 to your computer and use it in GitHub Desktop.
Save jhuska/7252913 to your computer and use it in GitHub Desktop.
@RunAsClient
public class TestFooBar extends Arquillian {
@Drone
private WebDriver browser;
@Test
public void testDeletion() {
WebDriver browser = GrapheneContext.getContextFor(Default.class).getWebDriver();
browser.get("http://www.google.com");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment