[arquillian-issues] [JBoss JIRA] (ARQGRA-442) Graphene is not compatible with selenium 2.42.0

Lukáš Fryč (JIRA) issues at jboss.org
Wed May 28 02:37:57 EDT 2014


    [ https://issues.jboss.org/browse/ARQGRA-442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12971053#comment-12971053 ] 

Lukáš Fryč edited comment on ARQGRA-442 at 5/28/14 2:36 AM:
------------------------------------------------------------

We need to refactor SeleniumResourceProvider [1] in a way which will be future-proof, i.e. we won't compile this class against Selenium API, we should rather leverage a list of class names and iterate over them. If class won't be find, it will be simply skipped.

[1] https://github.com/arquillian/arquillian-graphene/blob/master/impl/src/main/java/org/jboss/arquillian/graphene/enricher/SeleniumResourceProvider.java


was (Author: lfryc):
We need to refactor SeleniumResourceProvider [1] in a way which will be future-proof, i.e. we won't compile this class against Selenium API, we should rather leverage a list of class names and iterate over them. If class won't be find, it will be simply skipped.

> 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
>             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=8629dc6ec6ddd96bbe0975ee86d0c4c2f4b9ebb2
> 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).



--
This message was sent by Atlassian JIRA
(v6.2.3#6260)



More information about the arquillian-issues mailing list