Move the code over from private repository (#3)
This commit is contained in:
6
skyvern/constants.py
Normal file
6
skyvern/constants.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from pathlib import Path
|
||||
|
||||
# This is the attribute name used to tag interactable elements
|
||||
SKYVERN_ID_ATTR: str = "unique_id"
|
||||
SKYVERN_DIR = Path(__file__).parent
|
||||
REPO_ROOT_DIR = SKYVERN_DIR.parent
|
||||
Reference in New Issue
Block a user