Skyvern-AI / skyvern

Automate browser-based workflows with LLMs and Computer Vision
https://www.skyvern.com
GNU Affero General Public License v3.0
10.73k stars 739 forks source link

extend auto completion to support google address #1174

Closed LawyZheng closed 2 weeks ago

LawyZheng commented 2 weeks ago

[!IMPORTANT] Extend auto-completion to support Google address by updating isInteractable() in domUtils.js and is_auto_completion_input() in dom.py.

  • Behavior:
    • Extend isInteractable() in domUtils.js to recognize Google Maps auto-complete elements (div.pac-item within div.pac-container) as interactable.
    • Update is_auto_completion_input() in dom.py to return True for elements with class autocomplete-input.
  • Misc:
    • Modify isInteractable() in domUtils.js to use div[id*="dropdown-container"] instead of div[id^="dropdown-container"].

This description was created by Ellipsis for e6da81dd16d1c43a7c8df222d1bb3652105093e7. It will automatically update as commits are pushed.