Open nbarsch opened 5 years ago
Hi @nbarsch, I wasn't able to reproduce your example. I tried it on Ubuntu 18.04 with the same chrome browser and driver version as you (76.0.3809.68).
Have you try using the docker? https://github.com/SeleniumHQ/docker-selenium https://ropensci.github.io/RSelenium/articles/docker.html
Using Linux why does google search results page source for anything crash my browser?
The example below is reproducible to get the error using a linux google compute engine VM:
When I read google href results from any search using the findElements it works just fine, but when I use remDr$getPageSource()[[1]] (to parse using rvest instead) IT CRASHES MY WEBDRIVER ALWAYS.
Reproduce webdriver:
Reproduce search:
WORKS FINE:
CRASHES THE WEBDRIVER: