Janne
Janne
I also have seen "Browser has been closed" while closing, with Browserstack. It is not reproducible, just happens sometimes. We use Playwright Java, **1.22.0**.
Thanks for the detailed answer. That was exactly the reason why I opened the ticket, to get the team's thought process behind the update strategy. I don't have any specific...
Another widely accepted way (I think at least) is to document clearly that methods do not accept or return null values by default, and any exceptions to this rule are...
I am using gradle so I could try to reproduce all the examples, and then contribute them.
It turns out that Gradle doesn't have a direct equivalent of Maven's `exec:java` goal. So the CLI commands cannot be translated 1:1 into Gradle. Instead, a new task or multiple...
`args` above can also be set dynamically from the CLI, so the minimum would be to define one "generic" Playwright task, and then I think all the Maven examples can...
> I like how concise the command line is in that case, but I'm concerned that it may get in conflict with the actual "application" in the project. Perhaps it's...
> > Yeah I would not use the `application` method as the main official way to use Playwright, because as you noted there can be only one application, and this...
> @jhyot I am not sure what you mean. Basically your local framwork is an application that is leveraging the playwright CLI is what is happening if I am not...
I think I've run into the same problem. Maybe you need to say how you execute the repro. I my case it was with the IntelliJ JUnit runner, and no...