Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Firefox 43 image does not work #6

Closed
vania-pooh opened this issue Jun 13, 2017 · 3 comments
Closed

Firefox 43 image does not work #6

vania-pooh opened this issue Jun 13, 2017 · 3 comments
Labels

Comments

@vania-pooh
Copy link
Member

Need to check.

@vania-pooh vania-pooh added the bug label Jun 13, 2017
@vania-pooh
Copy link
Member Author

vania-pooh commented Jun 14, 2017

Also need to test Opera 33-42 with and without VNC and the following caps:


 DesiredCapabilities capability = new DesiredCapabilities();
 capability.setCapability("operaOptions", new HashMap<String, Object>(){
        {
            put("binary", "/usr/bin/opera");
        }});
 capability.setBrowserName("opera");
 capability.setVersion("42.0");
 capability.setCapability("enableVNC", true);
 driver = new RemoteWebDriver(URI.create("http://x.x.x.x:4444/wd/hub").toURL(), capability);

@vania-pooh
Copy link
Member Author

Fixed FF43 image.

@vania-pooh
Copy link
Member Author

Opera images work.

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

No branches or pull requests

1 participant