Skip to content

Commit

Permalink
Upgraded to OperaDriver 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Tolf Tolfsen committed Dec 1, 2011
1 parent 084aa1f commit df645be
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Original file line Diff line number Diff line change
@@ -1 +1 @@
0.5.1 0.6.pre1
Binary file added lib/operadriver/commons-exec-1.1.jar
Binary file not shown.
Binary file removed lib/operadriver/commons-io-2.0.1.jar
Binary file not shown.
Binary file added lib/operadriver/guava-10.0.1.jar
Binary file not shown.
Binary file removed lib/operadriver/guava-r09.jar
Binary file not shown.
Binary file not shown.
Binary file added lib/operadriver/operalaunchers-0.3.jar
Binary file not shown.
Binary file added lib/operadriver/selenium-java-2.13.0.jar
Binary file not shown.
Binary file removed lib/operadriver/selenium-nodeps-20100909.jar
Binary file not shown.
5 changes: 3 additions & 2 deletions lib/operawatir.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
require 'java' require 'java'
include Java include Java


%w(commons-jxpath-1.3.jar protobuf-java-2.4.1.jar selenium-nodeps-20100909.jar %w(commons-jxpath-1.3.jar commons-exec-1.1.jar protobuf-java-2.4.1.jar
operadriver-v0.7.3.jar commons-io-2.0.1.jar guava-r09.jar).each { |jar| require "operadriver/#{jar}" } selenium-java-2.13.0.jar operalaunchers-0.3.jar operadriver-v0.8.1.jar
guava-10.0.1.jar).each { |jar| require "operadriver/#{jar}" }


include_class org.openqa.selenium.WebDriver include_class org.openqa.selenium.WebDriver
include_class org.openqa.selenium.remote.RemoteWebElement include_class org.openqa.selenium.remote.RemoteWebElement
Expand Down
2 changes: 2 additions & 0 deletions lib/operawatir/desktop_helper.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -107,3 +107,5 @@ def window
end end
end end
end end

OperaWatir::DesktopHelper.run!

0 comments on commit df645be

Please sign in to comment.