I’m getting these errors when I try to run a chromedriver in my script:
selenium.common.exceptions.WebDriverException: Message: unknown error: session deleted because of page crash
from unknown error: cannot determine loading status
from tab crashed
(Session info: headless chrome=77.0.3865.120)
My suspicion is that the version of chromedrvier I’m using does not match up to that version of chrome (77.0.3865.120)
I also am interested to see what versions of Selenium Client and JDK are being used in the package. They could be too old.
Where can I view this, and how can I update these?