YusukeIwaki / playwright-ruby-client

Playwright client for Ruby
https://playwright-ruby-client.vercel.app/
MIT License
336 stars 34 forks source link

Installation error #265

Closed cferraz-es closed 1 year ago

cferraz-es commented 1 year ago

Usecase / What to achieve

Trying to install the client

Question

When I run the first command gem install 'playwright-ruby-client'

I get this error: ERROR: While executing gem ... (Gem::UnknownCommandError) Unknown command playwright-ruby-client

Am I missing anything?

Describe current status of your trial if possible. Concrete description would be helpful for receiving more accurate solution.

YusukeIwaki commented 1 year ago
$ gem install 'playwright-ruby-client'
Fetching playwright-ruby-client-1.37.1.gem
Successfully installed playwright-ruby-client-1.37.1
Parsing documentation for playwright-ruby-client-1.37.1
Installing ri documentation for playwright-ruby-client-1.37.1
Done installing documentation for playwright-ruby-client after 1 seconds
1 gem installed

A new release of RubyGems is available: 3.4.1 → 3.4.19!
Run `gem update --system 3.4.19` to update your installation.

If you use Windows, please try gem install playwright-ruby-client (without quotation)