For questions about the Playwright API for Java. This tag should be used in conjunction with the [playwright] tag.
Questions tagged [playwright-java]
83 questions
0
votes
1 answer
Instead of FIrefox, Nighly browser launched with playwright java
I tried to launch Firefox with below code snippets in separate attempts with Playwright Java 1.33.0 version but , it just launches Nighly browser. it seems that is the intended behavior, anyway to overcome this?
browser =…

Sameera De Silva
- 1,722
- 1
- 22
- 41
0
votes
1 answer
close browser context
I am using playwright and Java. On test level I have
List browserContexts = browser.contexts();
browserContexts.get(1).close();
In debug mode I have two browsers context with a difference at the url name. Now I want to prepare a…

goney225
- 91
- 1
- 1
- 10
0
votes
1 answer
Insert an element (tag) on a Page with Playwright
What is the correct way to insert a