hostfix cua click (#3460)
This commit is contained in:
@@ -550,7 +550,7 @@ async def handle_click_action(
|
||||
LOG.info("Clicked element at location", x=action.x, y=action.y, element_id=element_id, button=action.button)
|
||||
if element_id:
|
||||
if skyvern_element := await dom.safe_get_skyvern_element_by_id(element_id):
|
||||
await skyvern_element.navigate_to_a_href(page=page)
|
||||
if await skyvern_element.navigate_to_a_href(page=page):
|
||||
return [ActionSuccess()]
|
||||
|
||||
if action.repeat == 1:
|
||||
|
||||
Reference in New Issue
Block a user