use value of the optiona when the content is empty (#4035)

This commit is contained in:
LawyZheng
2025-11-20 00:04:39 +08:00
committed by GitHub
parent 2253ca2004
commit 31a79a1313
3 changed files with 4 additions and 0 deletions

View File

@@ -85,6 +85,7 @@ RAW_INPUT_NAME_VALUE = ["name", "email", "username", "password", "phone"]
class SkyvernOptionType(typing.TypedDict):
optionIndex: int
text: str
value: str
class SkyvernElement: