-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add dynamic waiting mechanism for new page openings in
capture_url
…
…method (#108) * Implement dynamic waiting mechanism for new page openings withing a timeout * formatting * Refactor capture_url method to include timeout parameter * Remove 'baboon/' from .gitignore * Refactor _wait_for_new_page method to include timeout parameter * Refactor timeout parameter in _wait_for_new_page method to use milliseconds instead of seconds * Refactor timeout parameter in _wait_for_new_page method to use milliseconds instead of seconds
- Loading branch information
1 parent
9c0aa59
commit c007d42
Showing
6 changed files
with
33 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] | ||
name = "harambe-core" | ||
version = "0.59.4" | ||
version = "0.59.5" | ||
description = "Core types for harambe SDK 🐒🍌" | ||
authors = [ | ||
{ name = "Adam Watkins", email = "[email protected]" } | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
[project] | ||
name = "harambe-sdk" | ||
version = "0.59.4" | ||
version = "0.59.5" | ||
description = "Data extraction SDK for Playwright 🐒🍌" | ||
authors = [ | ||
{ name = "Adam Watkins", email = "[email protected]" } | ||
] | ||
requires-python = ">=3.11,<4.0" | ||
readme = "README.md" | ||
dependencies = [ | ||
"harambe_core==0.59.4", | ||
"harambe_core==0.59.5", | ||
"playwright==1.47.0", | ||
"beautifulsoup4==4.12.3", | ||
"requests==2.32.3", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.