fix hidden input element (#2314)
This commit is contained in:
@@ -619,6 +619,13 @@ class InteractWithDisabledElement(SkyvernException):
|
||||
)
|
||||
|
||||
|
||||
class InputToInvisibleElement(SkyvernException):
|
||||
def __init__(self, element_id: str):
|
||||
super().__init__(
|
||||
f"The element(id={element_id}) now is not visible. Try to interact with other elements, or try to interact with it later when it's visible."
|
||||
)
|
||||
|
||||
|
||||
class FailedToParseActionInstruction(SkyvernException):
|
||||
def __init__(self, reason: str | None, error_type: str | None):
|
||||
super().__init__(
|
||||
|
||||
Reference in New Issue
Block a user