mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2026-04-28 03:30:10 +00:00
increase wait time to load auto completion options (#3876)
This commit is contained in:
parent
06bb9efb4a
commit
6e2d5b30e8
1 changed files with 1 additions and 1 deletions
|
|
@ -2377,7 +2377,7 @@ async def choose_auto_completion_dropdown(
|
|||
try:
|
||||
await skyvern_element.press_fill(text)
|
||||
# wait for new elemnts to load
|
||||
await skyvern_frame.safe_wait_for_animation_end(before_wait_sec=0.5)
|
||||
await skyvern_frame.safe_wait_for_animation_end(before_wait_sec=1)
|
||||
incremental_element = await incremental_scraped.get_incremental_element_tree(
|
||||
clean_and_remove_element_tree_factory(
|
||||
task=task, step=step, check_filter_funcs=[check_existed_but_not_option_element_in_dom_factory(dom)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue