You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: python-selenium/README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -36,18 +36,18 @@ Type one of the available commands to interact with Bandcamp's Discover section
36
36
37
37
## Troubleshooting
38
38
39
-
If the music player seems to hang when you run the script, confirm whether you've correctly set up your webdriver based on the following points.
39
+
If the music player seems to hang when you run the script, confirm whether you've correctly set up your WebDriver based on the following points.
40
40
41
41
### Version Compatibility
42
42
43
-
Confirm that your browser and corresponding webdriver are in sync. If you followed the previous suggestion, then you should be using Firefox and geckodriver. If that doesn't work for any reason, you may need to switch browser _and_webdriver.
43
+
Confirm that your browser and corresponding WebDriver are in sync. If you followed the previous suggestion, then you should be using Firefox and geckodriver. If that doesn't work for any reason, you may need to switch browser _and_WebDriver.
44
44
45
45
For example, if you're using Chrome, then you need to install ChromeDriver and it must match your Chrome version. Otherwise, you may run into errors like `SessionNotCreatedException`.
46
46
For more details, refer to the official [ChromeDriver documentation](https://sites.google.com/chromium.org/driver/) or [geckodriver releases](https://github.com/mozilla/geckodriver/releases).
47
47
48
48
### Driver Installation and Path Issues
49
49
50
-
Once you've confirmed that your browser and driver match, make sure that the webdriver executable is properly installed:
50
+
Once you've confirmed that your browser and driver match, make sure that the WebDriver executable is properly installed:
51
51
52
52
-**Path Configuration:** The driver must be in your system's PATH, or you need to specify its full path in your code.
53
53
-**Permissions:** Ensure the driver file has the necessary execution permissions.
0 commit comments