diff --git a/skyvern/webeye/actions/handler.py b/skyvern/webeye/actions/handler.py index 668e0d17..d5acb1b1 100644 --- a/skyvern/webeye/actions/handler.py +++ b/skyvern/webeye/actions/handler.py @@ -22,6 +22,7 @@ from skyvern.webeye.actions import actions from skyvern.webeye.actions.actions import ( Action, ActionType, + CheckboxAction, ClickAction, ScrapeResult, SelectOptionAction, @@ -305,7 +306,7 @@ async def handle_select_option_action( click_action = ClickAction(element_id=action.element_id) return await chain_click(task, page, click_action, child_anchor_xpath) - # handler the select action on + # handler the select action on