Support None/Invalid selector in ai_input_text (#3883)
This commit is contained in:
committed by
GitHub
parent
4da7b6d4dd
commit
9feb9e855c
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user