当前位置:网站首页>Error: selenium common. exceptions. WebDriverException: Messag‘geckodriver‘ execute
Error: selenium common. exceptions. WebDriverException: Messag‘geckodriver‘ execute
2022-07-07 09:14:00 【zhangyr0916】

Question why :
Use pip install selenium, The latest version is installed by default selenium,selenium 3.x Start ,webdriver/firefox/webdriver.py Of __init__ in ,executable_path="geckodriver"; and 2.x yes executable_path="wires"
terms of settlement :
1. download geckodriver: Download link :Releases · mozilla/geckodriver · GitHub
2. Will download and unzip geckodriver.exe File down Firefox Installation directory
3. Add environment variables :Firefox Installation directory

4. Restart PyCharm, Just run it again .
5. If not, then unzip the downloaded geckodriver.exe Copy files to copy in Python Of Script in .
边栏推荐
- [chaosblade: node CPU load, node network delay, node network packet loss, node domain name access exception]
- Leetcode question brushing record (array) combination sum, combination sum II
- Systick tick timer
- LED模拟与数字调光
- Several stages of PMP preparation study
- LeetCode每日一题(2316. Count Unreachable Pairs of Nodes in an Undirected Graph)
- H3C VXLAN配置
- Led analog and digital dimming
- Simple use of Xray
- [chaosblade: delete pod according to the tag, pod domain name access exception scenario, pod file system i/o failure scenario]
猜你喜欢
随机推荐
DRF defines views and routes
Skill review of test engineer before interview
Systick tick timer
Several common database connection methods
How to pass the PMP Exam in a short time?
2020 year end summary
STM32 serial port register library function configuration method
Cesium does not support 4490 problem solution and cesium modified source code packaging scheme
Pytest+request+allure+excel interface automatic construction from 0 to 1 [familiar with framework structure]
Run can start normally, and debug doesn't start or report an error, which seems to be stuck
C语言指针(下篇)
C language pointer (exercises)
Locust performance test 2 (interface request)
Simulation volume leetcode [general] 1706 Where does the ball meet
The longest ascending subsequence model acwing 1017 Strange thief Kidd's glider
Simulation volume leetcode [general] 1705 The maximum number of apples to eat
Golang etcdv3 reports an error. The attribute in grpc does not exist
What is the use of PMP certificate?
Serializer & modelserializer of DRF serialization and deserialization
Port multiplexing and re imaging









