python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Playwright - Locator for routerlink
there is a button in the page with the sintax below
<div _ngcontent-cnw-c181="" class="col text-center ng-star-inserted">
<p _ngcontent-cnw-c181="" class="t...
Onixy
Votes: 0
Answers: 1
launching Theia based electron app (artifact/package) isn't working
Almost new in using playwright. Exploring the things and checking what we can do with this tool.
I am trying to launch our Theia based electon app in Ubuntu 18.04 with below source.
const { _electron:...
noor
Votes: 0
Answers: 1
How can I use browserContext in the playwright test runner?
I'm using playwright to test a PWA (Progressive Web App) and I want to test the offline behavior.
browserContext has a setOffline method.
When calling playwright as a library, I can set browserContext...
Patrick Kenny
Votes: 0
Answers: 2
How to get closest parent of element in Playwright?
I am quite new in playwright and i cannot find solution for how to get parent of element?
Here is what i have so far:
const deliveryItems = await page.locator('.js-delivery-container'); //Items
...
Dan Rais
Votes: 0
Answers: 1