not try selectable input for otp or secret input (#3843)
This commit is contained in:
@@ -1105,6 +1105,8 @@ async def handle_input_text_action(
|
||||
# check if it's selectable
|
||||
if (
|
||||
not input_or_select_context.is_search_bar # no need to to trigger selection logic for search bar
|
||||
and not is_totp_value
|
||||
and not is_secret_value
|
||||
and skyvern_element.get_tag_name() == InteractiveElement.INPUT
|
||||
and not await skyvern_element.is_raw_input()
|
||||
):
|
||||
|
||||
Reference in New Issue
Block a user