Closed LawyZheng closed 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 for e6da81dd16d1c43a7c8df222d1bb3652105093e7. It will automatically update as commits are pushed.
[!IMPORTANT] Extend auto-completion to support Google address by updating isInteractable() in domUtils.js and is_auto_completion_input() in dom.py.
isInteractable()
domUtils.js
is_auto_completion_input()
dom.py
div.pac-item
div.pac-container
True
autocomplete-input
div[id*="dropdown-container"]
div[id^="dropdown-container"]
This description was created by for e6da81dd16d1c43a7c8df222d1bb3652105093e7. It will automatically update as commits are pushed.