This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
`dirname $0`/opera |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
org.apache.tools.ant.BuildException: Test org.openqa.selenium.opera.OperaDriverTestSuite failed | |
org/apache/tools/ant/taskdefs/optional/junit/JUnitTask.java:1863:in `actOnTestResult' | |
org/apache/tools/ant/taskdefs/optional/junit/JUnitTask.java:814:in `execute' | |
org/apache/tools/ant/taskdefs/optional/junit/JUnitTask.java:776:in `execute' | |
org/apache/tools/ant/UnknownElement.java:291:in `execute' | |
sun/reflect/NativeMethodAccessorImpl.java:-2:in `invoke0' | |
sun/reflect/NativeMethodAccessorImpl.java:39:in `invoke' | |
sun/reflect/DelegatingMethodAccessorImpl.java:25:in `invoke' | |
java/lang/reflect/Method.java:597:in `invoke' | |
org/jruby/javasupport/JavaMethod.java:508:in `invokeDirectWithExceptionHandling' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype HTML> | |
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
<title>title</title> | |
</head> | |
<body> | |
<script type="text/javascript" src="jszip.js"></script> | |
<script type="text/javascript" src="jszip-deflate.js"></script> | |
<script type="text/javascript" src="test.js"></script> |
NewerOlder