Dmitry Gozman
Dmitry Gozman
Please upvote this comment if you are using persistent context to test a page with some extension installed.
Please upvote this comment if you are using persistent context for some other reason. Reply explaining your specific use case if possible.
Please upvote this comment if you need a separate persistent context for each test - slower but isolated.
Please upvote this comment if you need a single persistent context for each file/project - faster but tests are not isolated.
@Silverium You can manually check that `fs.existsSync(storageStateFilePath)` in the `auth.setup.ts` and just return from the test function. If that does not work, please file a new issue so that we...
This seems like a valid usecase, but it does not fit the testing world, where favicons bring flakiness.
@sohaib17 There is no workaround right now. If this request turns out to be popular, we'll make it work.
We have updated our docs and [this issue](https://github.com/microsoft/playwright/issues/7396#issue-933494162) to emphasize that in most circumstances you do not need to call `type()` or `pressSequentially()`, but instead should just call `fill()`. This...
In v1.10, generated selectors overall work pretty good. If there are any specific instances where the selector is really bad, please file a separate issue with repro steps. I am...
> Is this behavior something we can count on @dgozman @pavelfeldman? We have been interested in providing codegen a hint to use a data attribute as well. This would save...