custome -> Custom (#679)

This commit is contained in:
Shuchang Zheng
2024-08-07 09:20:13 -07:00
committed by GitHub
parent 5c6648bb41
commit feddade56e
2 changed files with 4 additions and 5 deletions

View File

@@ -618,7 +618,7 @@ async def handle_select_option_action(
await skyvern_element.scroll_into_view()
await skyvern_element.coordinate_click(page=page)
await skyvern_element.get_locator().press("Escape", timeout=timeout)
LOG.exception("custome select error")
LOG.exception("Custom select error")
return [ActionFailure(exception=e)]
finally:
await incremental_scraped.stop_listen_dom_increment()