We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 335e20e commit 085e595Copy full SHA for 085e595
README.md
@@ -28,8 +28,7 @@ _Python version >= [3.10](https://www.python.org/downloads/release/python-3100/)
28
from staffspy import LinkedInAccount, SolverType, DriverType, BrowserType
29
30
account = LinkedInAccount(
31
- # if issues with webdriver, specify its exact location
32
- # driver_type=DriverType(
+ # driver_type=DriverType( # if issues with webdriver, specify its exact location, download link in the FAQ
33
# browser_type=BrowserType.CHROME,
34
# executable_path="/Users/pc/chromedriver-mac-arm64/chromedriver"
35
# ),
0 commit comments