add force textural element as interactable exp (#2936)
This commit is contained in:
@@ -7,6 +7,9 @@ from skyvern.constants import SKYVERN_DIR
|
||||
class Settings(BaseSettings):
|
||||
model_config = SettingsConfigDict(env_file=(".env", ".env.staging", ".env.prod"), extra="ignore")
|
||||
|
||||
# settings for experimentation
|
||||
ENABLE_EXP_ALL_TEXTUAL_ELEMENTS_INTERACTABLE: bool = False
|
||||
|
||||
ADDITIONAL_MODULES: list[str] = []
|
||||
|
||||
BROWSER_TYPE: str = "chromium-headful"
|
||||
|
||||
Reference in New Issue
Block a user