playwright-ruby-client icon indicating copy to clipboard operation
playwright-ruby-client copied to clipboard

Playwright client for Ruby

Results 12 playwright-ruby-client issues
Sort by recently updated
recently updated
newest added

### Issue Description Encounter the error Error: Unknown scheme for .initialize after debugging it seems failing in launching the browser or connecting to the remote server when running it remotely...

### Usecase / What to achieve I have some calculations that run on blur (lost focus). I want a concise way to blur that element by filling it in. ###...

question

### Step To Reproduce / Observed behavior I'm running some scrapper as part of Sidekiq jobs, but unfortunately sometimes they get stuck forever. By doing a dump of Sidekiq I...

### Usecase / What to achieve I'm able to run a test but when I add `binding.irb` or `binding.b` in test the test doesn't start at all, same thing with...

question

Is it possible to use [puppeteer-extra-plugin-stealth](https://github.com/berstend/puppeteer-extra/tree/master/packages/puppeteer-extra-plugin-stealth)? Similar to: https://github.com/AtuboDad/playwright_stealth https://github.com/jonfriesen/playwright-go-stealth

### Usecase / What to achieve Because this seems to me that it is more related to Capybara, but related to your docs, i post it as question here: I...

question

### Simple description about the feature Add Minitest spec expectations for parity with rspec ### Usecase / Motivation I'm using Minitest spec in my project and trying to figure out...

Playwright 1.48.0 was just released: https://github.com/microsoft/playwright/releases/tag/v1.48.0 What is the process to update the Playwright version in this gem? Happy to take a stab at a PR for it!