SDK: support select_option and extract (#3850)
This commit is contained in:
committed by
GitHub
parent
ac069838c7
commit
af9a5f31e4
@@ -265,6 +265,7 @@ if typing.TYPE_CHECKING:
|
||||
ProxyLocation,
|
||||
RunEngine,
|
||||
RunSdkActionResponse,
|
||||
RunSdkActionResponseResult,
|
||||
RunStatus,
|
||||
Script,
|
||||
ScriptFileCreate,
|
||||
@@ -727,6 +728,7 @@ _dynamic_imports: typing.Dict[str, str] = {
|
||||
"ProxyLocation": ".types",
|
||||
"RunEngine": ".types",
|
||||
"RunSdkActionResponse": ".types",
|
||||
"RunSdkActionResponseResult": ".types",
|
||||
"RunStatus": ".types",
|
||||
"Script": ".types",
|
||||
"ScriptFileCreate": ".types",
|
||||
@@ -1212,6 +1214,7 @@ __all__ = [
|
||||
"ProxyLocation",
|
||||
"RunEngine",
|
||||
"RunSdkActionResponse",
|
||||
"RunSdkActionResponseResult",
|
||||
"RunStatus",
|
||||
"Script",
|
||||
"ScriptFileCreate",
|
||||
|
||||
Reference in New Issue
Block a user