Skip to main content

All Questions

-3 votes
0 answers
35 views

Similar to Python Tkinter but in JavaScript [closed]

Is there any way of doing something similar to Python/Tkinter but in JavaScript?! As soon as i hit the icon, i run my Automation... I've been researching and read something about React and Electron ...
Zika13's user avatar
  • 5
-1 votes
0 answers
69 views

How to scrape the full New York Times article content using Selenium and BeautifulSoup without triggering the "Please enable JavaScript" message?

I'm building a scraper that fetches full article content from the New York Times using both the Article Search API and a hybrid static + Selenium-based HTML scraper. My goal is to extract complete ...
Abhishek Joshi's user avatar
0 votes
0 answers
62 views

Selenium throwing exception - org.openqa.selenium.JavascriptException - Failed to execute 'send' on 'XMLHttpRequest'

I am running a selenium on a site - https://ir.vishay.com/ I am trying to get the response from above url, the driver code is as simple as String url = "https://ir.vishay.com/" driver.get(...
Gunwant's user avatar
  • 979
0 votes
0 answers
32 views

Selenium. Python. Followers list on Instagram's pop-up window doesn't scroll down

Uses: python = "^3.12.7" selenium = "^4.30.0" Initialize variable "driver": from time import sleep from selenium import webdriver from selenium.webdriver import ...
Vadim's user avatar
  • 464
0 votes
1 answer
35 views

How to get the path to webelement from shadow DOM for further use in Selenium/Playwright Python auto-tests?

I feel difficulties to extract the locator for "Accept all" button from usercentrics dialog, the DOM is the following: DOM and UI I am using the following: def user_centrics_accept(driver): ...
Timon Nightingale's user avatar
0 votes
1 answer
48 views

StaleElementReferenceException - Page randomly scrolls back up?

url: https://www.wunderground.com/history/monthly/at/vienna/LOWW/date/2025-1 It seems like I'm getting this exception because for some reason at a random point whilst iterating through the table the ...
free_1's user avatar
  • 15
1 vote
2 answers
97 views

Can't find button using playwright (or puppeteer) for web scraping

There are many similar questions (like this: Scraping Websites With Playwright), yet I did not find and solution to this: I have this url: https://www.derstandard.at/search?n=&fd=2025-02-17&td=...
Lenn's user avatar
  • 1,499
1 vote
0 answers
135 views

Selenium 4 (Node.js): How to Capture Network Requests? (getDevTools, createCDPConnection)

Selenium 4 (Node.js) - TypeError: driver.manage(...).getDevTools is not a function I'm trying to capture network requests and responses in Selenium 4 using Node.js and Chrome. I'm encountering the ...
Questions Asked94's user avatar
1 vote
2 answers
379 views

JavascriptException "Cyclic object value" with Python Selenium ActionChains after logging in

A straightforward use of ActionChains is giving me "JavascriptException: Message: Cyclic object value". This just started happening today and wasn't giving me problems last week so I'm very ...
jackal555's user avatar
0 votes
1 answer
98 views

Why can't I extract listings information

I am trying to extract the EPC rating from each listings. you can only get the EPC rating when you click on the listing. each time i run my script it it's keeps timing out, what could be the issue ? ...
Chioma Okoroafor's user avatar
0 votes
1 answer
69 views

Unable to click on date range text box using python and selenium, calendar is Daterangepicker

<div class="category well clearfix well-1"> <div class="row"> <div role="tabpanel" class="col-md-8 form-group" id="tooltip-hide"&...
Nisha Kaushik Valecha's user avatar
0 votes
0 answers
24 views

Selenium Unable to Interact with Taskpane Elements in Outlook Add-in

I'm using Selenium and Chrome WebDriver to automate UI testing for a taskpane-based Outlook add-in. While Selenium can interact with the main Outlook web app, it fails to locate or interact with ...
Shiva Prakash's user avatar
0 votes
0 answers
31 views

Instagram scroll through comments Selenium Python

I came across this situation, I need to scroll through the instagram comments to the end, but only this code works for Selenium: driver.execute_script("arguments[0].scrollTop = arguments[0]....
zuy pham's user avatar
1 vote
0 answers
31 views

Let Selenium driver wait till all GraphQL requests are finished

I'm writing some Selenium tests (in C#) for a React app. I need to have ChromeDriver wait until all GraphQL requests are finished. I have method that waits till all jQuery requests are finished: ...
Martin Holý's user avatar
0 votes
1 answer
37 views

activate javascript to render Next page on website using selenium

I am trying to understand how to submit request to generate the next page in a website. The site displays the first 10 rows of a data table, and then provides a list of page numbers and Previous and ...
bici.sancta's user avatar

15 30 50 per page
1
2 3 4 5
646