]
Lukáš Fryč updated ARQGRA-442:
------------------------------
Assignee: Sona Jamborova
Graphene is not compatible with selenium 2.42.0
-----------------------------------------------
Key: ARQGRA-442
URL:
https://issues.jboss.org/browse/ARQGRA-442
Project: Arquillian Graphene
Issue Type: Feature Request
Affects Versions: 2.0.2.Final
Reporter: Sona Jamborova
Assignee: Sona Jamborova
Fix For: 2.0.3.Final
The update of version of selenium-bom to 2.42.0 cause problems in my test suite which
uses Arquillian Graphene. It seems that Graphene expected class
org.openqa.selenium.html5.BrowserConnection which was deleted by this commit
http://code.google.com/p/selenium/source/detail?r=8629dc6ec6ddd96bbe0975e...
Exception is here:
http://pastebin.test.redhat.com/211410
Selenium 2.42.0 contains some fixes which blocks our test suite:
- Fixing interactions API in Firefox to be able to move mouse to elements in frames
using native events. Fixes issue 7253
- Click after move with offset should use last mouse position
- Fixing IE driver crash when clicking on link that opens a new window.
- etc.
I will appreciate a quick fix (minor release).