Jean-François Greffier

Results 38 comments of Jean-François Greffier

Thanks for the feedback @pavelfeldman Sure, I'll update the PR.

I've updated the `cheat sheet` section and put more emphasis on Locators in the `migration principles`. @pavelfeldman let me know what do you think

`page.url()` https://playwright.dev/docs/api/class-page#page-url If you need to test it, you should use `await expect(page).toHaveURL();` https://playwright.dev/docs/test-assertions#page-assertions-to-have-url

You can create your own selector engine if needed https://playwright.dev/docs/extensibility#custom-selector-engines

@Meir017 I've created a pull request, don't hesitate to give feedback on it !

Playwright 1.24.0 does not work with `wss://chrome.browserless.io/playwright`. The documentation didn't change and still claims de hosted version is 1.18.0 Is there a way to know what is the deployed version...

Thanks for the sensible answer. Playwright's team is indeed moving fast, and sometimes breaking things. I'm looking forward to updates of usage-based Browserless.

Hi there. I'm looking for your feedback on phrasing. What do you think ? Here is what I'd like to add in docs : The maximum number of concurrent worker...