Skip to content

Commit

Permalink
Replace wdm with selenium manager
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Kidman committed Aug 29, 2023
1 parent 236bf9c commit d15cf3a
Show file tree
Hide file tree
Showing 7 changed files with 66 additions and 174 deletions.
90 changes: 4 additions & 86 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pylenium.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"page_load_wait_time": 0,
"options": [],
"capabilities": {},
"version": null,
"experimental_options": null,
"extension_paths": [],
"webdriver_kwargs": {},
Expand Down
1 change: 0 additions & 1 deletion pylenium/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ class DriverConfig(BaseModel):
seleniumwire_options: Dict = {}
extension_paths: Optional[List[str]] = None
webdriver_kwargs: Optional[Dict] = None
version: Optional[str] = None
local_path: str = ""


Expand Down
11 changes: 1 addition & 10 deletions pylenium/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,16 +176,7 @@ def not_contain(self, text: str) -> bool:


class Pylenium:
"""The Pylenium API.
Chrome is the default local browser
Other supported browsers:
* Firefox
* Edge Chromium
* IE
* Opera
"""
"""The Pylenium API."""

def __init__(self, config: PyleniumConfig):
self.config = config
Expand Down
1 change: 0 additions & 1 deletion pylenium/scripts/pylenium.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"page_load_wait_time": 0,
"options": [],
"capabilities": {},
"version": null,
"experimental_options": null,
"extension_paths": [],
"webdriver_kwargs": {},
Expand Down
Loading

0 comments on commit d15cf3a

Please sign in to comment.