-
Notifications
You must be signed in to change notification settings - Fork 115
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
Comments
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? |
I just figured out it's already possible to use the driver like this:
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 |
I can add the sugar no problem =) |
Thanks for the submission. Sugar was added in canopy 0.9.13 https://www.nuget.org/packages/canopy/0.9.13 |
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 ofRemoteWebDriver
support in canopy tests?The text was updated successfully, but these errors were encountered: