Fixed some typos in __init__.py

This commit is contained in:
Sohag Das Sourav 2023-06-02 21:00:01 +06:00 committed by GitHub
parent d29b3e300f
commit e91554d8b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -215,8 +215,8 @@ class Chrome(selenium.webdriver.chrome.webdriver.WebDriver):
use_subprocess: bool, optional , default: True, use_subprocess: bool, optional , default: True,
False (the default) makes sure Chrome will get it's own process (so no subprocess of chromedriver.exe or python True (the default) makes sure Chrome will get it's own process (so no subprocess of chromedriver.exe or python
This fixes a LOT of issues, like multithreaded run, but mst importantly. shutting corectly after This fixes a LOT of issues, like multithreaded run, but most importantly. shutting correctly after
program exits or using .quit() program exits or using .quit()
you should be knowing what you're doing, and know how python works. you should be knowing what you're doing, and know how python works.