Skip to content

Instantly share code, notes, and snippets.

@Stuk
Created June 15, 2011 11:56
Show Gist options
  • Save Stuk/1026936 to your computer and use it in GitHub Desktop.
Save Stuk/1026936 to your computer and use it in GitHub Desktop.
import com.opera.core.systems.*;
import org.openqa.selenium.WebElement;
class Example {
public static void main(String[] args) {
OperaDriverSettings settings = new OperaDriverSettings();
settings.setAutostart(false)
OperaDriver driver = new OperaDriver(settings);
// Start Opera manually
// trigger error here
driver.quit();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment