Skip to content

Instantly share code, notes, and snippets.

Index: build.desc
===================================================================
--- build.desc (revision 13999)
+++ build.desc (working copy)
@@ -19,6 +19,13 @@
out = "Win32/Release/webdriver-firefox-6.dll"
)
+visualc_library(name = "firefox7_dll",
+ platform = "Win32",
apache-mime4j-0.7.jar
bcprov-jdk15-146.jar
commons-codec
Commons-lang
hamcrest 1.2
Jcommander 1.7
Jetty 7.4
Mx4j 3.0.2
snakeyaml
[INFO] ------------------------------------------------------------------------
[INFO] Building selenium-remote-driver 2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.1:tree (default-cli) @ selenium-remote-driv
er ---
[INFO] org.seleniumhq.selenium:selenium-remote-driver:jar:2.0-SNAPSHOT
[INFO] +- cglib:cglib-nodep:jar:2.1_3:compile
[INFO] +- org.json:json:jar:20080701:compile
[INFO] +- org.seleniumhq.selenium:selenium-api:jar:2.0-SNAPSHOT:compile
[INFO] ------------------------------------------------------------------------
[INFO] Building selenium-support 2.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.1:tree (default-cli) @ selenium-support ---
[INFO] org.seleniumhq.selenium:selenium-support:jar:2.0-SNAPSHOT
[INFO] +- org.seleniumhq.selenium:selenium-api:jar:2.0-SNAPSHOT:compile
[INFO] | \- com.google.guava:guava:jar:r09:compile
[INFO] +- org.hamcrest:hamcrest-all:jar:1.1:compile
Index: client/src/org/openqa/selenium/browserlaunchers/locators/Firefox3Locator.java
===================================================================
--- client/src/org/openqa/selenium/browserlaunchers/locators/Firefox3Locator.java (revision 14149)
+++ client/src/org/openqa/selenium/browserlaunchers/locators/Firefox3Locator.java (working copy)
@@ -5,6 +5,7 @@
import org.openqa.selenium.Platform;
import org.openqa.selenium.os.CommandLine;
import org.openqa.selenium.os.WindowsUtils;
+import org.openqa.selenium.remote.internal.BrowserType;
Index: android.rb
===================================================================
--- android.rb (revision 14177)
+++ android.rb (working copy)
@@ -77,11 +77,19 @@
$properties = $sys_properties.read_properties()
$sdk_path = $properties["androidsdkpath"]
$platform = $properties["androidplatform"]
- $adb = Platform.path_for(File.join($sdk_path, "platform-tools", "adb"))
- $aapt = get_binary("aapt")
(in C:/sel2Auth)
** Invoke test_android (first_time)
** Invoke //java/client/test/org/openqa/selenium/android:android-test:run (first_time)
** Invoke //java/client/test/org/openqa/selenium/android:android-test (first_time)
** Invoke //android/app:android-server (first_time)
** Invoke build/android/app/android-server.apk (first_time, not_needed)
** Invoke //android/app:server (first_time)
** Invoke build\android\app\server.jar (first_time)
** Invoke //android/app:r (first_time)
** Invoke android/app/gen/org/openqa/selenium/android/app/R.java (first_time, not_needed)
Index: android.rb
===================================================================
--- android.rb (revision 14320)
+++ android.rb (working copy)
@@ -77,11 +77,18 @@
$properties = $sys_properties.read_properties()
$sdk_path = ENV['androidsdkpath'] || $properties["androidsdkpath"]
$platform = $properties["androidplatform"]
- $adb = Platform.path_for(File.join($sdk_path, "platform-tools", "adb"))
$aapt = get_binary("aapt")
DesiredCapabilities capabilities = DesiredCapabilities.firefox();
capabilities.setCapability(CapabilityType.ACCEPT_SSL_CERTS, true);
WebDriver driver = new FirefoxDriver(capabilities);
0/26/11 10:53:55 AM IST: Configurator 'org.maven.ide.eclipse.plexus.annotations.plexusConfigurator' is not available for project 'jenkins-war'. To enable full functionality, install the configurator and run Maven->Update Project Configuration.
10/26/11 10:53:55 AM IST: Configurator 'org.maven.ide.eclipse.plexus.annotations.plexusConfigurator' is not available for project 'cli'. To enable full functionality, install the configurator and run Maven->Update Project Configuration.
10/26/11 10:53:57 AM IST: Configurator 'org.maven.ide.eclipse.plexus.annotations.plexusConfigurator' is not available for project 'jenkins-war'. To enable full functionality, install the configurator and run Maven->Update Project Configuration.
10/26/11 10:53:58 AM IST: Configurator 'org.maven.ide.eclipse.plexus.annotations.plexusConfigurator' is not available for project 'cli'. To enable full functionality, install the configurator and run Maven->Update Project Configuration.
10/26/11 10:53:59 AM IST: Maven compilation participant: clea