I am currently working on a project where I am automating whatsapp messages through url. like this https://wa.me/number_here whenever i do it normally everything goes fine, but when I try to automate this a whatsapp popup box appears and blocks everything, I mean everything, no right-click no developer options, that is why i cant get the x path of the
Tag: google-chrome
Using selenium chromedriver and python with chromium on Linux
I’m running Arch Linux with current chromium browser version (80.0.3987.100-1) and all packages fully updated. I have a python script that requires chromedriver. The instructions there say, ChromeDriver is a separate executable Help WebDriver find the downloaded ChromeDriver executable by specifying the path [python] driver = webdriver.Chrome(‘/path/to/chromedriver’) In chromium, chromedriver is included (at least on Arch, and probably on all
Selenium Chromedriver error chome not reachable but driver get works
I am trying to get the page content from a webpage, with the use of selenium and chromedriver. I am using an Ubuntu 18.04 subsystem on Windows. The driver.get method works, but getting the page content does not. Here is my code: Here is my error: Don’t really know what to do anymore, I tried changing chromedriver versions, maybe the
WebDriverException: Message: chrome not reachable after long time
This is the code: I need to open first selenium and then make things that require hours because when i open selenium i need to be ready and speed. If put driver = webdriver.Chrome() below the while, it would slow everything down i don’t know if it is relevant but i run this code with nohup command. Traceback: Answer Initially
ChromeDriver ERR_SSL_PROTOCOL_ERROR despite –ignore-certificate-errors
I’m trying to run integration tests on a local host (with no HTTPS) using selenium with ChromeDriver. Chrome requires an https certificate, but from this question i understand that i can circumvent this using the arg –ignore-certificate-errors I have also added to my capabilities acceptInsecureCerts, as this seems like the appropriate course of action (docs) The response from the chromedriver
Selenium: WebDriverException:Chrome failed to start: crashed as google-chrome is no longer running so ChromeDriver is assuming that Chrome has crashed
Recently I switched computers and since then I can’t launch chrome with selenium. I’ve also tried Firefox but the browser instance just doesn’t launch. i get the following error: i have the latest chrome version and chromedriver installed EDIT: After trying @b0sss solution i am getting the following error. Answer Try to download HERE and use this latest chrome driver
How can I tell that the page has finished loading?
I’m playing with Chromium’s headless web browser API. Based on chrome_remote_shell source code, I came up with the following code: Here’s example output: I noticed that I get a long stream of messages, last one of them being Network.loadingFinished, but I got this one for multiple requestIds. How can I modify my script so that it terminates when the page
Can a website detect when you are using Selenium with chromedriver?
I’ve been testing out Selenium with Chromedriver and I noticed that some pages can detect that you’re using Selenium even though there’s no automation at all. Even when I’m just browsing manually just using Chrome through Selenium and Xephyr I often get a page saying that suspicious activity was detected. I’ve checked my user agent, and my browser fingerprint, and