Skip to content

Commit 87d63aa

Browse files
authored
Language edit
1 parent d80539b commit 87d63aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

python-selenium/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You'll need a [Firefox Selenium driver](https://selenium-python.readthedocs.io/i
1818

1919
## Run the Bandcamp Discover Player
2020

21-
To run the music player, install the package, then use the entry point command from your command-line:
21+
To run the music player, install the package, then use the entry-point command from your command line:
2222

2323
```sh
2424
(venv) $ python -m pip install .
@@ -32,15 +32,15 @@ Type: play [<track_number>] | pause | tracks | more | exit
3232
>
3333
```
3434

35-
Type one of the available commands to interact with Bandcamp's Discover section through your headless browser. Listen to songs with `play`, pause the current song with `pause` and restart it with `play`. List available tracks with `tracks`, and load more songs using `more`. You can exit the music player by typing `exit`.
35+
Type one of the available commands to interact with Bandcamp's Discover section through your headless browser. Listen to songs with `play`, pause the current song with `pause`, and restart it with `play`. List available tracks with `tracks`, and load more songs using `more`. You can exit the music player by typing `exit`.
3636

3737
## Troubleshooting
3838

3939
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.
4040

4141
### Version Compatibility
4242

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 some reason, then you may need to switch your browser _and_ WebDriver.
4444

4545
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`.
4646
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).
@@ -52,7 +52,7 @@ Once you've confirmed that your browser and driver match, make sure that the Web
5252
- **Path Configuration:** The driver must be in your system's PATH, or you need to specify its full path in your code.
5353
- **Permissions:** Ensure the driver file has the necessary execution permissions.
5454

55-
If you're still running into issues executing the script, then consult the [Selenium Documentation](https://www.selenium.dev/documentation/) for additional troubleshooting tips or leave a comment on the tutorial.
55+
If you're still running into issues executing the script, then consult the [Selenium Documentation](https://www.selenium.dev/documentation/) for additional troubleshooting tips or leave a comment in the tutorial.
5656

5757
## About the Authors
5858

0 commit comments

Comments
 (0)