Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility with jBrowserDriver? #172

Closed
dhruvbhatia opened this issue Jul 10, 2016 · 3 comments
Closed

Compatibility with jBrowserDriver? #172

dhruvbhatia opened this issue Jul 10, 2016 · 3 comments

Comments

@dhruvbhatia
Copy link

Firstly, great library!

Is it possible to use seleniumQuery with jBrowserDriver?

As per this issue, I can pass an instance of jBrowserDriver to $.driver().use(driver);(since jBD extends WebDriver) but all subsequent calls to $ result in a hang.

@hollingsworthd
Copy link

hollingsworthd commented Jul 10, 2016

This is fixed now. jBrowserDriver was expecting By to be Serializable but there was an easy fix for that in the jBrowserDriver project.

@dhruvbhatia
Copy link
Author

Excellent, thanks for the quick fix. 👍

@acdcjunior
Copy link
Member

This is great news.
As soon as the fix is released, I will create a job to run the e2e tests suite of seleniumQuery using jBrowserDriver.

I would have it included by default in seleniumQuery (such as HtmlUnit and PhantomJS are now), but this is not possible at the moment because we still use Java 7 (the same as Selenium itself) and jBrowserDriver uses Java 8. The next major release of Selenium will probably require Java 8, so it shouldn't take long.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants