Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
42 views

I am building a scraper/processor pipeline that iterates over a large list of URLs (~10k). For each URL, I perform the following steps asynchronously: Scrape HTML using playwright.async_api. Process ...
Valere's user avatar
  • 17
0 votes
1 answer
199 views

I was trying to launch chromium browser using remote-debugging-pipe in python, but there is a problem everytime I tried to do so, I am using this code, I got help from gemini and chatgpt but they don'...
Muhammad Ali's user avatar
0 votes
3 answers
331 views

I want a playwright python mouse UI enable script. so can i can see my mouse to be working in visual for my humanize automation. if any one can provide me any method or js script that will work plz ...
Keep Quit's user avatar
0 votes
3 answers
118 views

I'm trying to click a "Download All" button using Selenium in Python. Here's the relevant HTML from inspect: <button title="" type="button" class="bds-button ...
Summer's user avatar
  • 11
2 votes
1 answer
96 views

I am using selenium to automate a downloading of a report. for that i need to paste around 3000 ids in a loop for ids around 300 000 into a input field of a webpage and click download button and wait ...
Mahesh Kamath - Vendor's user avatar
0 votes
0 answers
54 views

I'm using Puppeteer (version 24.6.0) to automate a video file upload (650MB) on a webpage. The upload works fine, but during the processing of the file, the Puppeteer-controlled browser crashes or ...
CNT-Automation's user avatar
0 votes
1 answer
133 views

I created the following Flourish Studio bar chart race as an example for this topic: https://flo.uri.sh/visualisation/19321054/embed Now, I want to capture a sequence of PDF prints from this bar chart ...
Pubg Mobile's user avatar
2 votes
1 answer
234 views

I am working with browser-use python library and I encountered a font error when running the code. The code works fine with most websites but for some reason, it doesn't work with others. Details: I ...
paul mwaura's user avatar
0 votes
1 answer
151 views

I have been asked to maintain a daily report where I keep a track of the number of good, poor and average urls every alernative day. The way that this works is usually that today, we would get the ...
Manu Bhargav's user avatar
2 votes
3 answers
1k views

I am using Puppeteer for browser automation, and I encounter a popup in Chrome that says: "Change your password. The password you just used was exposed in a data breach. Change it now in Google ...
Lexxxa's user avatar
  • 21
3 votes
1 answer
349 views

In current Chrome/Chromedriver version (127, but this started some versions before), when running tests with Selenium, a "tooltip" with the following text appears: You can open bookmarks, ...
Mate Mrše's user avatar
  • 8,524
0 votes
1 answer
63 views

I have some data in an excel file. I want to go to excel file then search a text (taken from website table), then get all the data of that row which will be used to fill table in browser. Example : I ...
Arunim Kumar's user avatar
0 votes
1 answer
42 views

I am trying to fetch and print all the listed product from the given url 'xyz' but currently facing issue with the scroll. It is fetching only first 20 products from the given link and rest I am ...
Swastika Narayan's user avatar
1 vote
0 answers
204 views

I would like to disconnect webdriver from the broswer when not in use and performing clicks (using a python mouse gui to click with x,y coordinates) to reduce the chance my bot or selenium from being ...
rickw's user avatar
  • 19
1 vote
1 answer
739 views

I've just started learning automation, and robot is my first framework, I'm solving some tests from letcode.in practice. But I can't solve two problems from the second test: 1) Get the background ...
Алишер Сайдахматов's user avatar
0 votes
3 answers
109 views

In this below page excerpt, I need to be able to click 'App Profiles'. But what ever I try I cannot get it to work. I keep getting OpenQA.Selenium.NoSuchElementException. <body> <div id=&...
JohnD's user avatar
  • 1
-1 votes
1 answer
304 views

I'm facing an issue when trying to open a specific site using Selenium WebDriver in JavaScript with the Chrome browser. The code below creates the browser driver, but it doesn't open the site when I ...
Allan Aristides's user avatar
0 votes
1 answer
48 views

I need to get my atata script to set a date on my web form. The web form utlizes the tailwind css framework. DateTime t = new DateTime(2024 ,02,17); Go.To<...
yu-gi-oh Jason H's user avatar
0 votes
0 answers
111 views

I have a site with captcha, I have already opened a chrome profile and logged in to that site. When I launched the test file, Chromedriver opened up the specific profile I selected but then everything ...
Micheal Nguyen's user avatar
1 vote
1 answer
100 views

I am trying to automate a process where I can visit a website, hover over the menu navigation bar and click on options from the dropdown to visit that page. I am working with Selenium (using python) ...
Annie's user avatar
  • 25
0 votes
1 answer
1k views

I am trying to test the contrast of a website that has both a light and dark theme. I want to test contrast in dark mode, but Chrome defaults to light mode. When I go to chrome://flags, I see the ...
Patrick Kenny's user avatar
-1 votes
1 answer
139 views

I've developed a Python script using Selenium for automating tasks on Twitter, including logging in, posting tweets with images, liking own tweets, retweeting, and logging out. While the script works ...
mohamed walid's user avatar
0 votes
1 answer
2k views

Here I have a piece of code in Playwright with the ToHaveCSS function which returns the exact value of the mentioned CSS. Locator: locator('//label[text()=\'Chat Status\']/following-sibling::*/button')...
jayachandran's user avatar
2 votes
1 answer
5k views

Videos are not generated in a playwright-report HTML report. Is there a workaround? Below is the playwright.config.ts file: import { defineConfig, devices } from '@playwright/test'; export default ...
Shubnit's user avatar
  • 21
0 votes
1 answer
62 views

My main goal is to be able to see if the state on the website has changed. In order to see the desired state I need to do few clicks. Information that I am looking for is not present on the website ...
zmii's user avatar
  • 4,339

1
2 3 4 5
23