-
-
Notifications
You must be signed in to change notification settings - Fork 160
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
Bug: NoMethodError: undefined method `write_session_id' for #<Appium::Core::Driver:0x00007fa69119ce88> #686
Comments
Thanks! https://github.com/appium/ruby_lib/search?utf8=✓&q=write_session_id&type= |
Thank you @KazuCocoa if you want some help, I can help you! |
@KazuCocoa you will release ruby_lib with this correction today? |
I've confirmed the reproducibility and fixed in #689 I'd love to release if current PRs are all green and be able to merge, but I can't promise it because CI queue is stacking. |
Perfect @KazuCocoa i will use! THank you |
This is a
Summary
Environment
ruby_lib
version: 2.4.2Actual behaviour and steps to reproduce
When I start my tests in the new version of appium_lib this error broke my test:
NoMethodError: undefined method `write_session_id' for #Appium::Core::Driver:0x00007fa69119ce88
Expected behaviour
Link to Appium/Ruby logs
Create a GIST which is a paste of your full Appium logs, and link them here.
Any additional comments
The text was updated successfully, but these errors were encountered: