Skip to content

Commit

Permalink
Try wrap support for try_<method> to ignore provided WebDriverExcepti…
Browse files Browse the repository at this point in the history
…ons, dynamic methods created in __getattr__ now save when save_dynamic_methods kwarg == True, add tests to check previous + user-agent
  • Loading branch information
Lucas Faudman authored and Lucas Faudman committed Apr 18, 2024
1 parent 200e2dd commit 36051a7
Show file tree
Hide file tree
Showing 3 changed files with 338 additions and 131 deletions.
2 changes: 1 addition & 1 deletion src/souperscraper/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from .souperscraper import SouperScraper, Keys
from .souperscraper import SouperScraper, Keys, By, EC, WebElement, WebDriverException
from .getchromedriver import get_chromedriver
Loading

0 comments on commit 36051a7

Please sign in to comment.