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

i got some error whit this watir #1

Open
JayZet opened this issue Aug 20, 2017 · 2 comments
Open

i got some error whit this watir #1

JayZet opened this issue Aug 20, 2017 · 2 comments

Comments

@JayZet
Copy link

JayZet commented Aug 20, 2017

screenshot from 2017-08-20 17-27-01

@JayZet
Copy link
Author

JayZet commented Aug 20, 2017

screenshot from 2017-08-20 17-31-15

@edencoded
Copy link

I got the same error, I found that getting rid of all of the unnecessary gems for my project did the trick. Maybe you'll find that you don't need pry or awesome-print for your project... if so, take it out.

I removed:
require 'rb-readline' # Ruby IRB require 'awesome_print' # Console output
I kept:
gem 'watir','>= 6.8.4' require 'watir' require 'pry'

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