Support None/Invalid selector in ai_input_text (#3883)

This commit is contained in:
Stanislav Novosad
2025-11-03 11:49:40 -07:00
committed by GitHub
parent 4da7b6d4dd
commit 9feb9e855c
6 changed files with 107 additions and 60 deletions

View File

@@ -47,7 +47,7 @@ class SdkSkyvernPageAi(SkyvernPageAi):
async def ai_input_text(
self,
selector: str,
selector: str | None,
value: str,
intention: str,
data: str | dict[str, Any] | None = None,