Skip to main content
Filter by
Sorted by
Tagged with
Advice
1 vote
3 replies
34 views

Hey Hope you are doing well, I need swagger api automation done via playwright python automation script on chrome browser Also need python framework for Ansible tower automation Add your suggestions ...
Ali Haider's user avatar
Tooling
0 votes
0 replies
47 views

I have got: Windows 11 with WSL. Opencode windows application. Opencode server runs in WSL, App connects to it. I have got playwright-cli installed in WSL. Opencode server is run with Systemd Unit. ...
voipp's user avatar
  • 1,498
Tooling
0 votes
0 replies
49 views

Hi I'm currently working on playwright with Typescript. Anyone implemented Self healing in Playwright with Typescript. what would be the best approach to do? Can we use Healenium with Playwright? If ...
Chandini's user avatar
Best practices
0 votes
0 replies
73 views

I need to design a frontend integration test architecture from scratch for an application split across many repositories, where each repository owns a separate feature of one product (such as user ...
Li Go's user avatar
  • 1
0 votes
1 answer
150 views

I have been browsing through web, debugging with llms but not able to resolve this simple thing. Here's my code: // @ts-check import { chromium, test } from '@playwright/test'; import { rmSync } from '...
Shivam Sahil's user avatar
  • 5,227
Advice
0 votes
2 replies
64 views

I am using Playwright to generate test cases and interact with web elements. In many cases, I rely on locators such as id, class, or name. However, I’ve encountered situations where these attributes ...
unknown_user's user avatar
0 votes
1 answer
92 views

In playwright (1.58.2), I have the following code: while (await this.loadMoreButton.isVisible()) { const detachEvent = this.loadMoreButton.waitFor({ state: 'detached' }); // bind to button we ...
Daniel Alder's user avatar
  • 5,555
1 vote
0 answers
93 views

I’m working on a system that performs login using client certificates and I need to run multiple browsers in parallel, each one using a different certificate. The requirement is to fully isolate each ...
Victor Matheus's user avatar
0 votes
1 answer
101 views

Body I’m trying to set up basic Playwright tests for an internal company portal that requires Microsoft authentication (M365 + MFA). Goal My goal is to: Run tests in headed mode once Manually log in ...
m0ss's user avatar
  • 492
Tooling
0 votes
1 replies
113 views

Curious how teams handle UI automation as their applications grow. Many teams start with Selenium or Playwright, but over time the test suite grows and maintenance becomes challenging when the UI ...
Kirubakaran Loganathan's user avatar
2 votes
2 answers
96 views

I have a question about dialog in Playwright Java. My understanding is that you can handle dialog through onDialog(), offDialog(), onceDialog(). But they are not suitable for testing if a dialog is ...
Phạm Quang Hưng's user avatar
0 votes
0 answers
74 views

I may have missed something completely basic in my setup. We have a cumulusci project, where we're building robot tests utilising SalesforcePlaywright.robot. I'm trying to test the Browser ...
Stephen O'Beirne's user avatar
4 votes
1 answer
112 views

I am trying to automate a webpage containing more than one scrollbar. Sometimes the scrollbar is on the left side and sometimes it is in the middle of the page (e.g.: adjacent to a web table). These ...
Soumya C's user avatar
  • 171
1 vote
1 answer
194 views

I am trying to run Playwright test as part of SSM Automation by invoking Lambda function. I tried few approaches to create Docker image. Use AWS nodejs-lambda base image. FROM public.ecr.aws/lambda/...
zdenko.s's user avatar
  • 1,126
-5 votes
2 answers
166 views

I can't make this work: from langchain_community.agent_toolkits import PlayWrightBrowserToolkit from langchain_openai import ChatOpenAI from langchain.agents import create_agent import asyncio import ...
Paulo Eduardo Dias da Silva's user avatar

15 30 50 per page
1
2 3 4 5
233