mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-02 18:50:24 +00:00
custome -> Custom (#679)
This commit is contained in:
parent
5c6648bb41
commit
feddade56e
2 changed files with 4 additions and 5 deletions
|
@ -5,15 +5,14 @@ Revises: c5ed5a3a14eb
|
||||||
Create Date: 2024-08-06 15:15:15.369986+00:00
|
Create Date: 2024-08-06 15:15:15.369986+00:00
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from typing import Sequence, Union
|
from typing import Sequence, Union
|
||||||
|
|
||||||
from alembic import op
|
from alembic import op
|
||||||
import sqlalchemy as sa
|
|
||||||
|
|
||||||
|
|
||||||
# revision identifiers, used by Alembic.
|
# revision identifiers, used by Alembic.
|
||||||
revision: str = '8f237f00faeb'
|
revision: str = "8f237f00faeb"
|
||||||
down_revision: Union[str, None] = 'c5ed5a3a14eb'
|
down_revision: Union[str, None] = "c5ed5a3a14eb"
|
||||||
branch_labels: Union[str, Sequence[str], None] = None
|
branch_labels: Union[str, Sequence[str], None] = None
|
||||||
depends_on: Union[str, Sequence[str], None] = None
|
depends_on: Union[str, Sequence[str], None] = None
|
||||||
|
|
||||||
|
|
|
@ -618,7 +618,7 @@ async def handle_select_option_action(
|
||||||
await skyvern_element.scroll_into_view()
|
await skyvern_element.scroll_into_view()
|
||||||
await skyvern_element.coordinate_click(page=page)
|
await skyvern_element.coordinate_click(page=page)
|
||||||
await skyvern_element.get_locator().press("Escape", timeout=timeout)
|
await skyvern_element.get_locator().press("Escape", timeout=timeout)
|
||||||
LOG.exception("custome select error")
|
LOG.exception("Custom select error")
|
||||||
return [ActionFailure(exception=e)]
|
return [ActionFailure(exception=e)]
|
||||||
finally:
|
finally:
|
||||||
await incremental_scraped.stop_listen_dom_increment()
|
await incremental_scraped.stop_listen_dom_increment()
|
||||||
|
|
Loading…
Add table
Reference in a new issue