Dmitry Gozman

Results 318 comments of Dmitry Gozman

This will be possible to achieve in the next version with `Locator.or()`, implemented in #21884.

@esther-86 This feature was disabled, as it was deemed not yet ready. Sorry for confusion. Let me reopen the issue.

I was able to repro in 1 out of 5 runs. However, I was not able to repro with the following snippet. Not yet sure what's going on. ```py from...

I'll tentatively close this given the improvements in #30946 that will be released in v1.45. If you encounter issues after upgrading to 1.45 once it's out, please file a new...

Filed an upstream issue https://issues.chromium.org/u/1/issues/354621201 that triggered the revert.

After the roll to Firefox 130, Playwright's own bots are back to normal again. Thanks to the Firefox team for fixing the issue!

RemoteObjectId is from a JavaScript world, and corresponds to any JavaScript object, including JS wrappers for DOM nodes. There is a way to convert between node ids and remote object...