Skip to main content

All Questions

0 votes
0 answers
36 views

I am currently trying to automate exporting discord favorite gifs I have this snippet: window.FrecencyUserSettings ??= webpackChunkdiscord_app.push([[Symbol()],,e=>Object.values(e.c).values().map(m=...
juliethefoxcoon's user avatar
-1 votes
1 answer
42 views

I'm trying to run chromedriver and I am using Boni Garcia's WebDriverManager (v6.3.3 - latest version)for version control. The app is here: https://github.com/Vanilla2016/accountBatch I am running the ...
Dominic Keefe's user avatar
0 votes
4 answers
90 views

I am using selenium to control my browser and extract data from this webpage: https://www.b3.com.br/pt_br/b3/sustentabilidade/produtos-e-servicos-esg/credito-de-descarbonizacao-cbio/cbio-consultas/ I ...
Barbara Bressan Rocha's user avatar
Advice
0 votes
1 replies
30 views

I’m building a text-to-speech web application that scrapes chapters from novel sites (e.g., novelfire.net) and converts them into audiobooks. Everything works perfectly on my local Windows machine, ...
Dao Immortal's user avatar
-7 votes
0 answers
80 views

I need help in understanding if this code is malicious. Or if it is generic? Or can it download a virus? I deployed this as an exe file. This is a code I wrote while working. I got feedback that this ...
Aniket's user avatar
  • 1
-1 votes
0 answers
76 views

import os import time import requests import random import string import re from datetime import datetime from docx import Document from selenium import webdriver from selenium.webdriver.chrome....
boomboss's user avatar
-3 votes
1 answer
58 views

I'm trying to install selenium type script in VSCode, but i'm not sure what commands should i use. I read online that i need to use the following commands: npm init -y  npm install selenium-...
C.Sharp's user avatar
  • 79
0 votes
1 answer
96 views

We have code that takes a reference to a WebDriver without knowing how it was constructed. I have read How to detect if Chrome browser is headless in selenium? There are a couple of answers that ...
jackal's user avatar
  • 29.2k
0 votes
0 answers
64 views

I have my old python script for some work intranet sites we still have not upgraded that run in IE compatibility within edge. I changed it a bit to update since IE is no longer available after os ...
Karolsweats's user avatar
0 votes
2 answers
51 views

Even with this simple code, Selenium takes about 5-10 seconds to open the browser. I used another machine (window) to run the same code and it takes less than 1 second to open it. I've tried changing ...
chen5432's user avatar
0 votes
0 answers
60 views

I hosted my selenium crawler API on render it takes data from one site and puts it in another site. When I test the app on the FastAPI interactive docs I get a stack trace with no exception so I can't ...
Osunneye Busayo's user avatar
2 votes
1 answer
97 views

I'm trying to get into this website and retrieve fund status data https://fundfinder.panfoundation.org I need to log into the website (this is an open website, anybody can create username and pwd to ...
zesla's user avatar
  • 11.9k
4 votes
2 answers
90 views

Using ChromeDriverManager and the following code block: if platform.system() == "Windows": driver_path = ChromeDriverManager(os_system_manager=OperationSystemManager(os_type="win64&...
Wei Jie's user avatar
  • 32
3 votes
1 answer
129 views

I’m running Selenium automation tests on macOS using Google Chrome, and I keep getting the OS-level popup: “Use a saved passkey from iCloud Keychain” This popup blocks the UI and causes my tests to ...
VML's user avatar
  • 31
1 vote
1 answer
129 views

I'm running selenium tests on ubuntu with chromedriver 120 and chrome 120 but randomly getting "chrome not reachable" or "session deleted because of page crash" errors. happens ...
Gökhan's user avatar
  • 53

15 30 50 per page
1
2 3 4 5
10511