Updated script that can be controled by Nodejs web app
This commit is contained in:
@ -0,0 +1 @@
|
||||
pip
|
@ -0,0 +1,201 @@
|
||||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction,
|
||||
and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by
|
||||
the copyright owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all
|
||||
other entities that control, are controlled by, or are under common
|
||||
control with that entity. For the purposes of this definition,
|
||||
"control" means (i) the power, direct or indirect, to cause the
|
||||
direction or management of such entity, whether by contract or
|
||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity
|
||||
exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications,
|
||||
including but not limited to software source code, documentation
|
||||
source, and configuration files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical
|
||||
transformation or translation of a Source form, including but
|
||||
not limited to compiled object code, generated documentation,
|
||||
and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or
|
||||
Object form, made available under the License, as indicated by a
|
||||
copyright notice that is included in or attached to the work
|
||||
(an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object
|
||||
form, that is based on (or derived from) the Work and for which the
|
||||
editorial revisions, annotations, elaborations, or other modifications
|
||||
represent, as a whole, an original work of authorship. For the purposes
|
||||
of this License, Derivative Works shall not include works that remain
|
||||
separable from, or merely link (or bind by name) to the interfaces of,
|
||||
the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including
|
||||
the original version of the Work and any modifications or additions
|
||||
to that Work or Derivative Works thereof, that is intentionally
|
||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||
or by an individual or Legal Entity authorized to submit on behalf of
|
||||
the copyright owner. For the purposes of this definition, "submitted"
|
||||
means any form of electronic, verbal, or written communication sent
|
||||
to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems,
|
||||
and issue tracking systems that are managed by, or on behalf of, the
|
||||
Licensor for the purpose of discussing and improving the Work, but
|
||||
excluding communication that is conspicuously marked or otherwise
|
||||
designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||
on behalf of whom a Contribution has been received by Licensor and
|
||||
subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
copyright license to reproduce, prepare Derivative Works of,
|
||||
publicly display, publicly perform, sublicense, and distribute the
|
||||
Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
(except as stated in this section) patent license to make, have made,
|
||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||
where such license applies only to those patent claims licensable
|
||||
by such Contributor that are necessarily infringed by their
|
||||
Contribution(s) alone or by combination of their Contribution(s)
|
||||
with the Work to which such Contribution(s) was submitted. If You
|
||||
institute patent litigation against any entity (including a
|
||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||
or a Contribution incorporated within the Work constitutes direct
|
||||
or contributory patent infringement, then any patent licenses
|
||||
granted to You under this License for that Work shall terminate
|
||||
as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the
|
||||
Work or Derivative Works thereof in any medium, with or without
|
||||
modifications, and in Source or Object form, provided that You
|
||||
meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or
|
||||
Derivative Works a copy of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices
|
||||
stating that You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works
|
||||
that You distribute, all copyright, patent, trademark, and
|
||||
attribution notices from the Source form of the Work,
|
||||
excluding those notices that do not pertain to any part of
|
||||
the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its
|
||||
distribution, then any Derivative Works that You distribute must
|
||||
include a readable copy of the attribution notices contained
|
||||
within such NOTICE file, excluding those notices that do not
|
||||
pertain to any part of the Derivative Works, in at least one
|
||||
of the following places: within a NOTICE text file distributed
|
||||
as part of the Derivative Works; within the Source form or
|
||||
documentation, if provided along with the Derivative Works; or,
|
||||
within a display generated by the Derivative Works, if and
|
||||
wherever such third-party notices normally appear. The contents
|
||||
of the NOTICE file are for informational purposes only and
|
||||
do not modify the License. You may add Your own attribution
|
||||
notices within Derivative Works that You distribute, alongside
|
||||
or as an addendum to the NOTICE text from the Work, provided
|
||||
that such additional attribution notices cannot be construed
|
||||
as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and
|
||||
may provide additional or different license terms and conditions
|
||||
for use, reproduction, or distribution of Your modifications, or
|
||||
for any such Derivative Works as a whole, provided Your use,
|
||||
reproduction, and distribution of the Work otherwise complies with
|
||||
the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||
any Contribution intentionally submitted for inclusion in the Work
|
||||
by You to the Licensor shall be under the terms and conditions of
|
||||
this License, without any additional terms or conditions.
|
||||
Notwithstanding the above, nothing herein shall supersede or modify
|
||||
the terms of any separate license agreement you may have executed
|
||||
with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade
|
||||
names, trademarks, service marks, or product names of the Licensor,
|
||||
except as required for reasonable and customary use in describing the
|
||||
origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||
agreed to in writing, Licensor provides the Work (and each
|
||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||
implied, including, without limitation, any warranties or conditions
|
||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||
appropriateness of using or redistributing the Work and assume any
|
||||
risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory,
|
||||
whether in tort (including negligence), contract, or otherwise,
|
||||
unless required by applicable law (such as deliberate and grossly
|
||||
negligent acts) or agreed to in writing, shall any Contributor be
|
||||
liable to You for damages, including any direct, indirect, special,
|
||||
incidental, or consequential damages of any character arising as a
|
||||
result of this License or out of the use or inability to use the
|
||||
Work (including but not limited to damages for loss of goodwill,
|
||||
work stoppage, computer failure or malfunction, or any and all
|
||||
other commercial damages or losses), even if such Contributor
|
||||
has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing
|
||||
the Work or Derivative Works thereof, You may choose to offer,
|
||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||
or other liability obligations and/or rights consistent with this
|
||||
License. However, in accepting such obligations, You may act only
|
||||
on Your own behalf and on Your sole responsibility, not on behalf
|
||||
of any other Contributor, and only if You agree to indemnify,
|
||||
defend, and hold each Contributor harmless for any liability
|
||||
incurred by, or claims asserted against, such Contributor by reason
|
||||
of your accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
APPENDIX: How to apply the Apache License to your work.
|
||||
|
||||
To apply the Apache License to your work, attach the following
|
||||
boilerplate notice, with the fields enclosed by brackets "{}"
|
||||
replaced with your own identifying information. (Don't include
|
||||
the brackets!) The text should be enclosed in the appropriate
|
||||
comment syntax for the file format. We also recommend that a
|
||||
file or class name and description of purpose be included on the
|
||||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
|
||||
Copyright {yyyy} {name of copyright owner}
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
@ -0,0 +1,399 @@
|
||||
Metadata-Version: 2.1
|
||||
Name: webdriver-manager
|
||||
Version: 4.0.2
|
||||
Summary: Library provides the way to automatically manage drivers for different browsers
|
||||
Home-page: https://github.com/SergeyPirogov/webdriver_manager
|
||||
Author: Sergey Pirogov
|
||||
Author-email: automationremarks@gmail.com
|
||||
Keywords: testing,selenium,driver,test automation
|
||||
Classifier: License :: OSI Approved :: Apache Software License
|
||||
Classifier: Intended Audience :: Information Technology
|
||||
Classifier: Intended Audience :: Developers
|
||||
Classifier: Programming Language :: Python :: 3.7
|
||||
Classifier: Programming Language :: Python :: 3.8
|
||||
Classifier: Programming Language :: Python :: 3.9
|
||||
Classifier: Programming Language :: Python :: 3.10
|
||||
Classifier: Programming Language :: Python :: 3.11
|
||||
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
||||
Classifier: Operating System :: Microsoft :: Windows
|
||||
Classifier: Operating System :: POSIX
|
||||
Classifier: Operating System :: Unix
|
||||
Classifier: Operating System :: MacOS
|
||||
Requires-Python: >=3.7
|
||||
Description-Content-Type: text/markdown
|
||||
License-File: LICENSE
|
||||
Requires-Dist: requests
|
||||
Requires-Dist: python-dotenv
|
||||
Requires-Dist: packaging
|
||||
|
||||
# Webdriver Manager for Python
|
||||
|
||||
[](https://github.com/SergeyPirogov/webdriver_manager/actions/workflows/test.yml)
|
||||
[](https://pypi.org/project/webdriver-manager)
|
||||
[](https://pypi.org/project/webdriver-manager/)
|
||||
[](https://codecov.io/gh/SergeyPirogov/webdriver_manager)
|
||||
|
||||
**Because of the War in Ukraine the project is on hold😔**
|
||||
|
||||
Now it's time to produce FPV drone for Ukrainian army.
|
||||
|
||||
Support via paypal: semen4ik20@gmail.com
|
||||
|
||||
## Support the library on [Patreon](https://www.patreon.com/automation_remarks)
|
||||
|
||||
The main idea is to simplify management of binary drivers for different browsers.
|
||||
|
||||
For now support:
|
||||
|
||||
- [ChromeDriver](#use-with-chrome)
|
||||
- [EdgeChromiumDriver](#use-with-edge)
|
||||
- [GeckoDriver](#use-with-firefox)
|
||||
- [IEDriver](#use-with-ie)
|
||||
- [OperaDriver](#use-with-opera)
|
||||
|
||||
Compatible with Selenium 4.x and below.
|
||||
|
||||
Before:
|
||||
You need to download the chromedriver binary, unzip it somewhere on your PC and set the path to this driver like this:
|
||||
|
||||
```python
|
||||
from selenium import webdriver
|
||||
driver = webdriver.Chrome('/home/user/drivers/chromedriver')
|
||||
```
|
||||
|
||||
It’s boring!!! Moreover, every time a new version of the driver is released, you need to repeat all these steps again and again.
|
||||
|
||||
With webdriver manager, you just need to do two simple steps:
|
||||
|
||||
#### Install manager:
|
||||
|
||||
```bash
|
||||
pip install webdriver-manager
|
||||
```
|
||||
|
||||
#### Use with Chrome
|
||||
|
||||
```python
|
||||
# selenium 3
|
||||
from selenium import webdriver
|
||||
from webdriver_manager.chrome import ChromeDriverManager
|
||||
|
||||
driver = webdriver.Chrome(ChromeDriverManager().install())
|
||||
```
|
||||
```python
|
||||
# selenium 4
|
||||
from selenium import webdriver
|
||||
from selenium.webdriver.chrome.service import Service as ChromeService
|
||||
from webdriver_manager.chrome import ChromeDriverManager
|
||||
|
||||
driver = webdriver.Chrome(service=ChromeService(ChromeDriverManager().install()))
|
||||
```
|
||||
|
||||
#### Use with Chromium
|
||||
|
||||
```python
|
||||
# selenium 3
|
||||
from selenium import webdriver
|
||||
from webdriver_manager.chrome import ChromeDriverManager
|
||||
from webdriver_manager.core.os_manager import ChromeType
|
||||
|
||||
driver = webdriver.Chrome(ChromeDriverManager(chrome_type=ChromeType.CHROMIUM).install())
|
||||
```
|
||||
|
||||
```python
|
||||
# selenium 4
|
||||
from selenium import webdriver
|
||||
from selenium.webdriver.chrome.service import Service as ChromiumService
|
||||
from webdriver_manager.chrome import ChromeDriverManager
|
||||
from webdriver_manager.core.os_manager import ChromeType
|
||||
|
||||
driver = webdriver.Chrome(service=ChromiumService(ChromeDriverManager(chrome_type=ChromeType.CHROMIUM).install()))
|
||||
```
|
||||
|
||||
#### Use with Brave
|
||||
|
||||
```python
|
||||
# selenium 3
|
||||
from selenium import webdriver
|
||||
from webdriver_manager.chrome import ChromeDriverManager
|
||||
from webdriver_manager.core.os_manager import ChromeType
|
||||
|
||||
driver = webdriver.Chrome(ChromeDriverManager(chrome_type=ChromeType.BRAVE).install())
|
||||
```
|
||||
|
||||
```python
|
||||
# selenium 4
|
||||
from selenium import webdriver
|
||||
from selenium.webdriver.chrome.service import Service as BraveService
|
||||
from webdriver_manager.chrome import ChromeDriverManager
|
||||
from webdriver_manager.core.os_manager import ChromeType
|
||||
|
||||
driver = webdriver.Chrome(service=BraveService(ChromeDriverManager(chrome_type=ChromeType.BRAVE).install()))
|
||||
```
|
||||
|
||||
|
||||
#### Use with Edge
|
||||
|
||||
```python
|
||||
# selenium 3
|
||||
from selenium import webdriver
|
||||
from webdriver_manager.microsoft import EdgeChromiumDriverManager
|
||||
|
||||
driver = webdriver.Edge(EdgeChromiumDriverManager().install())
|
||||
```
|
||||
```python
|
||||
# selenium 4
|
||||
from selenium import webdriver
|
||||
from selenium.webdriver.edge.service import Service as EdgeService
|
||||
from webdriver_manager.microsoft import EdgeChromiumDriverManager
|
||||
|
||||
driver = webdriver.Edge(service=EdgeService(EdgeChromiumDriverManager().install()))
|
||||
```
|
||||
|
||||
#### Use with Firefox
|
||||
|
||||
```python
|
||||
# selenium 3
|
||||
from selenium import webdriver
|
||||
from webdriver_manager.firefox import GeckoDriverManager
|
||||
|
||||
driver = webdriver.Firefox(executable_path=GeckoDriverManager().install())
|
||||
```
|
||||
```python
|
||||
# selenium 4
|
||||
from selenium import webdriver
|
||||
from selenium.webdriver.firefox.service import Service as FirefoxService
|
||||
from webdriver_manager.firefox import GeckoDriverManager
|
||||
|
||||
driver = webdriver.Firefox(service=FirefoxService(GeckoDriverManager().install()))
|
||||
```
|
||||
|
||||
#### Use with IE
|
||||
|
||||
```python
|
||||
# selenium 3
|
||||
from selenium import webdriver
|
||||
from webdriver_manager.microsoft import IEDriverManager
|
||||
|
||||
driver = webdriver.Ie(IEDriverManager().install())
|
||||
```
|
||||
```python
|
||||
# selenium 4
|
||||
from selenium import webdriver
|
||||
from selenium.webdriver.ie.service import Service as IEService
|
||||
from webdriver_manager.microsoft import IEDriverManager
|
||||
|
||||
driver = webdriver.Ie(service=IEService(IEDriverManager().install()))
|
||||
```
|
||||
|
||||
|
||||
#### Use with Opera
|
||||
|
||||
```python
|
||||
# selenium 3
|
||||
from selenium import webdriver
|
||||
from selenium.webdriver.chrome import service
|
||||
from webdriver_manager.opera import OperaDriverManager
|
||||
|
||||
webdriver_service = service.Service(OperaDriverManager().install())
|
||||
webdriver_service.start()
|
||||
|
||||
driver = webdriver.Remote(webdriver_service.service_url, webdriver.DesiredCapabilities.OPERA)
|
||||
```
|
||||
```python
|
||||
# selenium 4
|
||||
from selenium import webdriver
|
||||
from selenium.webdriver.chrome import service
|
||||
from webdriver_manager.opera import OperaDriverManager
|
||||
|
||||
webdriver_service = service.Service(OperaDriverManager().install())
|
||||
webdriver_service.start()
|
||||
|
||||
options = webdriver.ChromeOptions()
|
||||
options.add_experimental_option('w3c', True)
|
||||
|
||||
driver = webdriver.Remote(webdriver_service.service_url, options=options)
|
||||
```
|
||||
|
||||
If the Opera browser is installed in a location other than `C:/Program Files` or `C:/Program Files (x86)` on Windows
|
||||
and `/usr/bin/opera` for all unix variants and mac, then use the below code,
|
||||
|
||||
```python
|
||||
options = webdriver.ChromeOptions()
|
||||
options.binary_location = "path/to/opera.exe"
|
||||
driver = webdriver.Remote(webdriver_service.service_url, options=options)
|
||||
```
|
||||
|
||||
#### Get browser version from path
|
||||
|
||||
To get the version of the browser from the executable of the browser itself:
|
||||
|
||||
```python
|
||||
from webdriver_manager.firefox import GeckoDriverManager
|
||||
|
||||
from webdriver_manager.core.utils import read_version_from_cmd
|
||||
from webdriver_manager.core.os_manager import PATTERN
|
||||
|
||||
version = read_version_from_cmd("/usr/bin/firefox-bin --version", PATTERN["firefox"])
|
||||
driver_binary = GeckoDriverManager(version=version).install()
|
||||
```
|
||||
|
||||
#### Custom Cache, File manager and OS Manager
|
||||
|
||||
```python
|
||||
from webdriver_manager.chrome import ChromeDriverManager
|
||||
from webdriver_manager.core.file_manager import FileManager
|
||||
from webdriver_manager.core.driver_cache import DriverCacheManager
|
||||
from webdriver_manager.core.os_manager import OperationSystemManager
|
||||
|
||||
cache_manager = DriverCacheManager(file_manager=FileManager(os_system_manager=OperationSystemManager()))
|
||||
manager = ChromeDriverManager(cache_manager=cache_manager)
|
||||
os_manager = OperationSystemManager(os_type="win64")
|
||||
```
|
||||
|
||||
## Configuration
|
||||
|
||||
**webdriver_manager** has several configuration variables you can be interested in.
|
||||
Any variable can be set using either .env file or via python directly
|
||||
|
||||
### `GH_TOKEN`
|
||||
**webdriver_manager** downloading some webdrivers from their official GitHub repositories but GitHub has [limitations](https://docs.github.com/en/rest/overview/resources-in-the-rest-api#rate-limiting) like 60 requests per hour for unauthenticated users.
|
||||
In case not to face an error related to GitHub credentials, you need to [create](https://help.github.com/articles/creating-an-access-token-for-command-line-use) GitHub token and place it into your environment: (\*)
|
||||
|
||||
Example:
|
||||
|
||||
```bash
|
||||
export GH_TOKEN = "asdasdasdasd"
|
||||
```
|
||||
|
||||
(\*) access_token required to work with GitHub API [more info](https://help.github.com/articles/creating-an-access-token-for-command-line-use/).
|
||||
|
||||
There is also possibility to set same variable via ENV VARIABLES, example:
|
||||
|
||||
```python
|
||||
import os
|
||||
|
||||
os.environ['GH_TOKEN'] = "asdasdasdasd"
|
||||
```
|
||||
|
||||
### `WDM_LOG`
|
||||
Turn off webdriver-manager logs use:
|
||||
|
||||
```python
|
||||
import logging
|
||||
import os
|
||||
|
||||
os.environ['WDM_LOG'] = str(logging.NOTSET)
|
||||
```
|
||||
|
||||
### `WDM_LOCAL`
|
||||
By default, all driver binaries are saved to user.home/.wdm folder. You can override this setting and save binaries to project.root/.wdm.
|
||||
|
||||
```python
|
||||
import os
|
||||
|
||||
os.environ['WDM_LOCAL'] = '1'
|
||||
```
|
||||
|
||||
### `WDM_SSL_VERIFY`
|
||||
SSL verification can be disabled for downloading webdriver binaries in case when you have troubles with SSL Certificates or SSL Certificate Chain. Just set the environment variable `WDM_SSL_VERIFY` to `"0"`.
|
||||
|
||||
```python
|
||||
import os
|
||||
|
||||
os.environ['WDM_SSL_VERIFY'] = '0'
|
||||
```
|
||||
|
||||
### `version`
|
||||
Specify the version of webdriver you need. And webdriver-manager will download it from sources for your os.
|
||||
```python
|
||||
from webdriver_manager.chrome import ChromeDriverManager
|
||||
|
||||
ChromeDriverManager(driver_version="2.26").install()
|
||||
```
|
||||
|
||||
### `cache_valid_range`
|
||||
Driver cache by default is valid for 1 day. You are able to change this value using constructor parameter:
|
||||
|
||||
```python
|
||||
from webdriver_manager.chrome import ChromeDriverManager
|
||||
from webdriver_manager.core.driver_cache import DriverCacheManager
|
||||
|
||||
ChromeDriverManager("2.26", cache_manager=DriverCacheManager(valid_range=1)).install()
|
||||
```
|
||||
|
||||
### `os_type`
|
||||
For some reasons you may use custom OS/arch. You are able to change this value using constructor parameter:
|
||||
|
||||
```python
|
||||
from webdriver_manager.chrome import ChromeDriverManager
|
||||
from webdriver_manager.core.os_manager import OperationSystemManager
|
||||
|
||||
ChromeDriverManager(os_system_manager=OperationSystemManager(os_type="linux-mips64")).install()
|
||||
```
|
||||
|
||||
### `url`
|
||||
You may use any other repo with drivers and release URl. You are able to change this value using constructor parameters:
|
||||
|
||||
```python
|
||||
from webdriver_manager.chrome import ChromeDriverManager
|
||||
|
||||
ChromeDriverManager(url="https://custom-repo.url", latest_release_url="https://custom-repo.url/LATEST").install()
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
### Custom Logger
|
||||
|
||||
If you need to use a custom logger, you can create a logger and set it with `set_logger()`.
|
||||
|
||||
```python
|
||||
import logging
|
||||
from webdriver_manager.core.logger import set_logger
|
||||
|
||||
logger = logging.getLogger("custom_logger")
|
||||
logger.setLevel(logging.DEBUG)
|
||||
logger.addHandler(logging.StreamHandler())
|
||||
logger.addHandler(logging.FileHandler("custom.log"))
|
||||
|
||||
set_logger(logger)
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
### Custom HTTP Client
|
||||
If you need to add custom HTTP logic like session or proxy you can define your custom HttpClient implementation.
|
||||
|
||||
```python
|
||||
import os
|
||||
|
||||
import requests
|
||||
from requests import Response
|
||||
|
||||
from webdriver_manager.chrome import ChromeDriverManager
|
||||
from webdriver_manager.core.download_manager import WDMDownloadManager
|
||||
from webdriver_manager.core.http import HttpClient
|
||||
from webdriver_manager.core.logger import log
|
||||
|
||||
class CustomHttpClient(HttpClient):
|
||||
|
||||
def get(self, url, params=None, **kwargs) -> Response:
|
||||
"""
|
||||
Add you own logic here like session or proxy etc.
|
||||
"""
|
||||
log("The call will be done with custom HTTP client")
|
||||
return requests.get(url, params, **kwargs)
|
||||
|
||||
|
||||
def test_can_get_chrome_driver_with_custom_http_client():
|
||||
http_client = CustomHttpClient()
|
||||
download_manager = WDMDownloadManager(http_client)
|
||||
path = ChromeDriverManager(download_manager=download_manager).install()
|
||||
assert os.path.exists(path)
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
This will make your test automation more elegant and robust!
|
||||
|
||||
Cheers
|
@ -0,0 +1,56 @@
|
||||
webdriver_manager-4.0.2.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
||||
webdriver_manager-4.0.2.dist-info/LICENSE,sha256=-IXU1m73y7XlTBSonW5hHvtQWlZzKbEVaqGEK4QAk-s,11328
|
||||
webdriver_manager-4.0.2.dist-info/METADATA,sha256=2jCyODyR_WTbw2M3qEFnhSHzDxARbouhu2vCwRcdvcw,12484
|
||||
webdriver_manager-4.0.2.dist-info/RECORD,,
|
||||
webdriver_manager-4.0.2.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
webdriver_manager-4.0.2.dist-info/WHEEL,sha256=-G_t0oGuE7UD0DrSpVZnq1hHMBV9DD2XkS5v7XpmTnk,110
|
||||
webdriver_manager-4.0.2.dist-info/top_level.txt,sha256=mrW372K7eAn0ZbMZxCRp3TvOSnaALxff-cVBcyAaZqk,18
|
||||
webdriver_manager/__init__.py,sha256=1UD6TKg1K_f5rIzHLYHv3Su3o2nPpbEj1lo55M4pjtM,22
|
||||
webdriver_manager/__pycache__/__init__.cpython-313.pyc,,
|
||||
webdriver_manager/__pycache__/chrome.cpython-313.pyc,,
|
||||
webdriver_manager/__pycache__/firefox.cpython-313.pyc,,
|
||||
webdriver_manager/__pycache__/microsoft.cpython-313.pyc,,
|
||||
webdriver_manager/__pycache__/opera.cpython-313.pyc,,
|
||||
webdriver_manager/chrome.py,sha256=QKRBzBoGELEBEOA2F3LLcKLbew9Mr1r1McXpT9AKY9w,1929
|
||||
webdriver_manager/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
webdriver_manager/core/__pycache__/__init__.cpython-313.pyc,,
|
||||
webdriver_manager/core/__pycache__/archive.cpython-313.pyc,,
|
||||
webdriver_manager/core/__pycache__/config.cpython-313.pyc,,
|
||||
webdriver_manager/core/__pycache__/constants.cpython-313.pyc,,
|
||||
webdriver_manager/core/__pycache__/download_manager.cpython-313.pyc,,
|
||||
webdriver_manager/core/__pycache__/driver.cpython-313.pyc,,
|
||||
webdriver_manager/core/__pycache__/driver_cache.cpython-313.pyc,,
|
||||
webdriver_manager/core/__pycache__/file_manager.cpython-313.pyc,,
|
||||
webdriver_manager/core/__pycache__/http.cpython-313.pyc,,
|
||||
webdriver_manager/core/__pycache__/logger.cpython-313.pyc,,
|
||||
webdriver_manager/core/__pycache__/manager.cpython-313.pyc,,
|
||||
webdriver_manager/core/__pycache__/os_manager.cpython-313.pyc,,
|
||||
webdriver_manager/core/__pycache__/utils.cpython-313.pyc,,
|
||||
webdriver_manager/core/archive.py,sha256=DoJrUbOiPyRXkOqEc_uFaOk0x0-fujL02-Gy0nhZ6cI,603
|
||||
webdriver_manager/core/config.py,sha256=F9vfPj32JqfRtjNPFTdKqpPEbnNolYXMw4Az8dIvvB0,740
|
||||
webdriver_manager/core/constants.py,sha256=Ir7XY0Deu12Tq-o7x0WlpGCAVyg1eI-NnxWUH6BkgEk,218
|
||||
webdriver_manager/core/download_manager.py,sha256=MIMikB6YEXGnLSWQ2s3JW4DXy5GgcKYqQJ5s9bn970Y,1303
|
||||
webdriver_manager/core/driver.py,sha256=t9fG1OcjR-60Qd_wk7hgz2zbvIlIJLgFsdFi3oZoVDE,2800
|
||||
webdriver_manager/core/driver_cache.py,sha256=Ofe0OSqSGlFkQK-4ZNYbQpOLs22JA6n_HFolo1pN1yE,6182
|
||||
webdriver_manager/core/file_manager.py,sha256=oJt9ZM4F0DYiv1-GbGtc4yVbEy0o0-Cjj4GC0f4665U,3629
|
||||
webdriver_manager/core/http.py,sha256=uZEuNl_AB6Na_EpAvVTiHJQ_DVQd1GoMaSjGmgtKqdE,1260
|
||||
webdriver_manager/core/logger.py,sha256=2s7FSx2jMAagzPKW5C3Uy7iw4Hjzgdp4uP4do25rUtU,686
|
||||
webdriver_manager/core/manager.py,sha256=fHcVeZ8ftF9syrcgQF1kCegOUOwYrQmHzLxpz8XPNR8,1587
|
||||
webdriver_manager/core/os_manager.py,sha256=ybhuAnhKicEWjSOJI5o7kLvfl8ZyK7WkFfhKKwkkIwM,8883
|
||||
webdriver_manager/core/utils.py,sha256=2JRSO9myxAnUj30cQhI3x_csMrqct31eX-G0HNzh6Xw,1985
|
||||
webdriver_manager/drivers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
webdriver_manager/drivers/__pycache__/__init__.cpython-313.pyc,,
|
||||
webdriver_manager/drivers/__pycache__/chrome.cpython-313.pyc,,
|
||||
webdriver_manager/drivers/__pycache__/edge.cpython-313.pyc,,
|
||||
webdriver_manager/drivers/__pycache__/firefox.cpython-313.pyc,,
|
||||
webdriver_manager/drivers/__pycache__/ie.cpython-313.pyc,,
|
||||
webdriver_manager/drivers/__pycache__/opera.cpython-313.pyc,,
|
||||
webdriver_manager/drivers/chrome.py,sha256=Tcn-kT3_BDb9ncEnkWDyI0he6uzR-OfPYfTBYGfsEEg,4336
|
||||
webdriver_manager/drivers/edge.py,sha256=XTsOzRCi0z5ewogfH0vA2myPtJkyKYtAD17dNrDggJA,1959
|
||||
webdriver_manager/drivers/firefox.py,sha256=DDzi3gCrWAPT18YB2HhHuwYRbH_Q2RvHcmVzzrSsaMw,1978
|
||||
webdriver_manager/drivers/ie.py,sha256=T-MB8k7vEu73NYnh3ry3UPTOilTD5Gkf1dHo2f9kuTk,2696
|
||||
webdriver_manager/drivers/opera.py,sha256=bkAqXinHuhWrzNt5QfZ3OA1PborOmhwLy4gshiwI2O4,1797
|
||||
webdriver_manager/firefox.py,sha256=T4ugk4sqJ-q_gxIfHxGZ52SrdUFWkU86Hrv1nQM1sPY,1937
|
||||
webdriver_manager/microsoft.py,sha256=A0LySv81xQBuzXLR_O93M9AvnFmUw4xTMhObT5AP4EQ,2836
|
||||
webdriver_manager/opera.py,sha256=AlEXwQsafPdwsfucKK1Y6-Bw2bztfj8ynGSL4QpEBHw,2057
|
||||
webdriver_manager/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@ -0,0 +1,6 @@
|
||||
Wheel-Version: 1.0
|
||||
Generator: bdist_wheel (0.42.0)
|
||||
Root-Is-Purelib: true
|
||||
Tag: py2-none-any
|
||||
Tag: py3-none-any
|
||||
|
@ -0,0 +1 @@
|
||||
webdriver_manager
|
Reference in New Issue
Block a user