increase wait time to load auto completion options (#3876)
Some checks failed
Publish Fern Docs / run (push) Has been cancelled
Run tests and pre-commit / Run tests and pre-commit hooks (push) Has been cancelled
Run tests and pre-commit / Frontend Lint and Build (push) Has been cancelled

This commit is contained in:
LawyZheng 2025-11-01 19:35:23 +08:00 committed by GitHub
parent 06bb9efb4a
commit 6e2d5b30e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)]