Dmitry Gozman
Dmitry Gozman
@siddharth2023 You declared `url` and `qaEnv` as worker-scoped options by passing `TestOptions` as a second template argument. Most likely you need this (note `&` instead of `,`): ```ts export const...
@michaelcheers Most likely that was a network issue during download - looks like downloaded zip was corrupted. Could you try again?
@chensce Are you proposing a feature? Could you please be more descriptive?
@Yeya9742 What is your Playwright version?
@williamzhuang Any chance you could share an example repository where this issue happens? That would greatly increase the chances of it being fixed.
@KunalOjha You can pass `fullPage` option, [see here](https://playwright.dev/docs/api/class-pageassertions#page-assertions-to-have-screenshot-1-option-full-page).
> Can ‘Element screenshot’ capture a screenshot with scrollbars like fullPage does? Do you mean "full contents of the element, including scrolled out content"? If so, that's not possible. Element...
@segevfiner Thank you for the issue! The situation with CJS/ESM is not ideal indeed. We have recently made some changes to make things easier, but there is definitely room for...
@segevfiner I've tried your sample repository, and changing `lodash-es` to `lodash` makes it work for me. I guess your actual issue has more to it, because in the small repository...
Investigation notes. For the following snippet, there are various opinions for the roles/names. ```html NAME1 NAME2 NAME3 NAME4 NAME5 NAME6 ``` - Chromium: "NAME1", "LABEL2", "", "LABEL4", "NAME5" (role=link), "LABEL6"...