-
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.
Implement dynamic waiting mechanism for new page openings withing a t…
…imeout
- Loading branch information
1 parent
9b1cdbc
commit 9154537
Showing
6 changed files
with
27 additions
and
10 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 |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
|
||
.idea/ | ||
.vscode/ | ||
baboon/ | ||
# Byte-compiled / optimized / DLL files | ||
__pycache__/ | ||
*.py[cod] | ||
|
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.2" | ||
version = "0.59.3" | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
[project] | ||
name = "harambe-sdk" | ||
version = "0.59.2" | ||
version = "0.59.3" | ||
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.2", | ||
"harambe_core==0.59.3", | ||
"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.