extend the raw input scope (#948)
This commit is contained in:
@@ -178,6 +178,10 @@ class SkyvernElement:
|
|||||||
if name.lower() in RAW_INPUT_NAME_VALUE:
|
if name.lower() in RAW_INPUT_NAME_VALUE:
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
# if input has these attrs, it expects user to type and input sth
|
||||||
|
if await self.get_attr("min") or await self.get_attr("max") or await self.get_attr("step"):
|
||||||
|
return True
|
||||||
|
|
||||||
return False
|
return False
|
||||||
|
|
||||||
async def is_spinbtn_input(self) -> bool:
|
async def is_spinbtn_input(self) -> bool:
|
||||||
|
|||||||
Reference in New Issue
Block a user