Max Schmitt

Results 150 issues of Max Schmitt

Repro: https://github.com/andirsun/electron-test Originally filed here: https://github.com/microsoft/playwright/issues/18928#issuecomment-1346691438 ```log (base) ➜ electron-test git:(main) ✗ DEBUG=pw:api,pw:browser npx playwright test Debugger attached. Debugger attached. Running 1 test using 1 worker 1 tests/desktop.spec.test.js:14:1 › renders...

feature-electron

Repro 1. `npx playwright codegen https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_iframe` 2. Click on e.g. "Log in" Expected: selector without internal: prefix Actual: Selector with internal:pref `await page.frameLocator('#iframeResult').frameLocator('internal:attr=[title="W3Schools Free Online Web Tutorials"i]').getByRole('link', { name: 'Log...

v1.29

Selenium feature: https://www.selenium.dev/selenium/docs/api/py/webdriver_remote/selenium.webdriver.remote.webdriver.html#selenium.webdriver.remote.webdriver.WebDriver.maximize_window Requested via Slack. Scenario: Automate a website and then let the user complete something. Its great if the max possible width/height could be determined so the user...

P3-collecting-feedback

Congrats to the version release! Before no web-first assertion was used for the assertion, which means that it did not retry and just failed when the text was not matching....

https://github.com/microsoft/playwright-python/issues/1843

Tests: signals.spec.ts:123:48

browser-webkit
v1.35

Based on our customers feedback (https://github.com/microsoft/playwright/issues/15049#issuecomment-1163980204) we should make it easy to uninstall the Playwright browsers from the system.

v1.35

As per offline discussion we keep the majority of our bots on Node.js 16 for now, since thats where most of our users are. This patch does remove Node.js 14...

CQ1