-
Notifications
You must be signed in to change notification settings - Fork 8
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
undefined method 'window' for Selenium::Session #81
Comments
This occurred because this library exposes the session from the underlying selenium library. It is not a bug of LuckyFlow, though it is a breaking change. While looking into this, I did find a bug #82 |
@jwoertink are you calling “window” directly or is it being called through a LuckyFlow method? If it’s called directly then I think we could treat this as a documentation thing we need to add to upgrade notes. What do you think? |
We are calling |
I'll try to get the selenium library documented and the documentation published so that it can be referenced where ever it is needed here. |
@jwoertink @paulcsmith This is mostly empty but I've got the api docs for the selenium library published here now https://matthewmcgarvey.github.io/selenium.cr/ |
NOICE! That will be awesome to link to |
Upgraded to flow master to try this new stuff out, but getting compile errors:
This is related to the new selenium shard. I think the new method is
window_manager
, but it made me think that we will need to make sure we have a clear upgrade guide on this. So when we do the next release, we will need to document all of the method name changes./cc @matthewmcgarvey
The text was updated successfully, but these errors were encountered: