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

RemoteWebDriver support #159

Closed
Buthrakaur opened this issue Jul 7, 2014 · 4 comments
Closed

RemoteWebDriver support #159

Buthrakaur opened this issue Jul 7, 2014 · 4 comments

Comments

@Buthrakaur
Copy link

I wasn't able to find any information on RemoteWebDriver support in canopy and the source code also doesn't look like this web driver type is supported: https://github.com/lefthandedgoat/canopy/blob/scaffold/src/canopy/canopy.fs#L615 . What's current status of RemoteWebDriver support in canopy tests?

@lefthandedgoat
Copy link
Owner

I can add support, it shouldn't be hard.

Do you have any good references on how to set it up to test locally so I can make sure it works?

@Buthrakaur
Copy link
Author

I just figured out it's already possible to use the driver like this:

switchTo (new RemoteWebDriver(new Uri("http://1.2.3.4:4444/wd/hub"), DesiredCapabilities.Chrome()))

So it actually is supported 👍 , but it's hard to figure it out for newcomers like me :) There could be some syntactic sugar for this like connectToRemote chrome "http://172.18.4.216:4444/wd/hub" though.

@lefthandedgoat
Copy link
Owner

I can add the sugar no problem =)

lefthandedgoat added a commit that referenced this issue Aug 11, 2014
@lefthandedgoat
Copy link
Owner

Thanks for the submission. Sugar was added in canopy 0.9.13 https://www.nuget.org/packages/canopy/0.9.13

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

2 participants