15,096
questions
0
votes
0
answers
4
views
Upload .pfx certificate while using Selenium Chrome WebDriver
I'm currently working on a Python script to interact and scrape a website using Selenium, and the website require a certificate, which I have with my .pfx file and the certificate password. Previously,...
0
votes
2
answers
15
views
How do I get round a Stale Element Reference exception when using Chrome Driver
I am trying to automate my login to a website I use. I have a Python script which successfully finds and updates the username and password, but when I try to 'click' Login, I get the stale element ...
0
votes
0
answers
38
views
i am running into a problem with chrome's bot detection
Hi everyone. i am trying to make a program in python that will send a loop of messages to a reciepient using my own google voice account. the program works like this:
open google voice via chrome.exe
...
0
votes
0
answers
17
views
WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance
I am using a software for web scraping. When I try to use the Crawler, I get the following error. Could you please help me?
WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will ...
1
vote
0
answers
39
views
How can I correctly run a selenium standalone-chrome container with a different user than seluser?
I'm trying to work with python and selenium/standalone-chrome to create an automation to download a .xlsx file from my website.
I've configured both the python container and the selenium/standalone-...
0
votes
0
answers
23
views
How to interact with Transcend consent manager shadow DOM using Selenium?
I'm trying to automate interaction with a GoFundMe page's privacy consent dialog managed by Transcend.
URL: https://www.gofundme.com/f/10yr-old-pitt-baby-who-needs-emergency-surgery
Specifically, I ...
0
votes
0
answers
27
views
How put bypass the local connection with the ChromeWebDriver if I haven't the IP but only an url?
I am learning test automation following a tutorial on the site TAU by applitools. I am using IntelliJ community edtion as IDE.
I have to practice with TestNG so I followed the instruction writing a ...
0
votes
1
answer
41
views
Excel VBA : Element not found ---> NoSuchElementError
I am trying to automate web browsing using Excel VBA, with Seleinum Web driver. I am in first step in navigating the website, and I stuck. I am not able to find the element for the username and ...
0
votes
0
answers
13
views
selenium python code executes perfectly in geany but not in terminal - hence not in autostart
I am using a python script to communicate between various raspi devices and my server. I want to create a python backend that handles settings communicated to it by my server.
So far this part works ...
1
vote
1
answer
49
views
Trying to scrape the google map links inframed on dynamic web pages, successful in some of them but fail in others
I'm tring to get the time and location info on a website which presents public events called Timable, it uses Google Map to show the detailed locations, some of the event has only one location and I'...
0
votes
2
answers
69
views
chromedriver and firefoxdriver crashing/stopping on heroku
i am trying to host my own bot that will price check tablet that i want to buy and send the message if price change on discord, i am using heroku cause i have free credits from GitHub student ...
0
votes
0
answers
30
views
How can i change the screen orientation to Landscape in Selenium C#?
I am testing a webMobile version of a website. I need to change the screen orientation to landscape, but I can not find any appropriate code.
Here is what I did:
((IJavaScriptExecutor)driver)....
1
vote
0
answers
112
views
Chromium "Sandbox cannot access executable" (Selenium) (chromium) (Python)
I've been developing a web scraper with python and when initially creating the webdriver.Chrome object with Selenium.py, I consistently get a "Sandbox cannot access executable" error which ...
0
votes
2
answers
47
views
How do I configure Dockerfile to Run Chrome with Selenium?
I'm trying to set up a Docker container to run a Python Selenium script with Google Chrome on Digital Ocean. My Dockerfile is designed to install Google Chrome and Chromedriver so that my Selenium ...
0
votes
0
answers
14
views
Is there a way to run headful chrome in a windows docker container?
I have seen examples of how to do this with a linux container, but cannot find a working implementation for a windows container. Something based on an image like windows/servercore.