-
Notifications
You must be signed in to change notification settings - Fork 519
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* simplify driver implementation * feat: move actions execution to node impl * chore: format * fix: allow element xpath selection without filter * fix: allow 3XX http codes * feat: allow run customization though SDK
- Loading branch information
Showing
18 changed files
with
1,322 additions
and
1,592 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
1 change: 0 additions & 1 deletion
1
lavague-integrations/drivers/lavague-drivers-selenium/lavague/drivers/selenium/__init__.py
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,2 +1 @@ | ||
from lavague.drivers.selenium.base import SeleniumDriver | ||
from lavague.drivers.selenium.base import BrowserbaseRemoteConnection |
Oops, something went wrong.