phenomenon
Today, I changed the default browser to chrome. As a result, an error was reported as soon as the script was run. The specific error message is as follows.
After searching for a long time, I found out that my version of chromedriver.exe was too old, and it was fine after upgrading to the latest version. There is a small problem here. The version rule of Selenium is the major version number + the minor version number, so:
- 2.1 is much earlier than 2.10
- 2.9 is earlier than 2.10
The chronological order of each version, from newest to oldest, is:
- 2.19>2.10>2.9>2.1
http://selenium-release.storage.googleapis.com/index.html
- Chrome Driver:
http://chromedriver.storage.googleapis.com/index.html
- PhantomJS Driver:
http://phantomjs.org/download.html
Read More:
- How to Solve Chrome error: ERR_CACHE_READ_FAILURE
- [Solved] Error response from daemon: Get “*“: x509: certificate signed by unknown authority
- How to Solve Chrome Error: net::ERR_FAILED
- How to Solve Chrome Error: “ERR_HTTP2_PROTOCOL_ERROR”
- [Solved] Interface automation test: JSON parse error
- Resolve Chromedriver’s original error: chrome not reachable
- [Solved] unknown error: DevToolsActivePort file doesn‘t exis
- How to Solve k8s Nodal issues: /sys/fs/cgroup/memory/docker: no space left on device\““: unknown.
- [Solved] selenium.common.exceptions.WebDriverException: Message: An unknown server-side error
- How to Solve NCC2005 Error: get table metadata error
- How to Solve npm Error: unable to get local issuer certificate
- The page you are requesting cannot be served because of the extension configuration
- How to Solve Error: Error running ‘__rvm_make -j8‘ (Mac M1 BigSur)
- [Solved] Chrome Error: The request client is not a secure context
- How to Solve VMware Workstation Error: The VMware Authorization Service is not running.
- [Solved] The Ruby zlib extension was not compiled
- GPG error:http://dl.google.com/linux/chrome/deb stable InRelease
- [Solved] webrtc Compile Error: ERROR: The installation of the Chrome OS default fonts failed.
- [Solved] Chrome submission error: Form submission canceled because the form is not connected
- Visual Studio Code Error command ‘markdown.extension.onBackspaceKey’ not found