lavague-ai / LaVague

Large Action Model framework to develop AI Web Agents
https://docs.lavague.ai/en/latest/
Apache License 2.0
5.49k stars 505 forks source link

Add support for shadow-DOM #583

Open adeprez opened 3 months ago

adeprez commented 3 months ago

In the same way we handled xpath with iframes, we'd like to support shadow DOM so these elements can be targeted.

e.g. :

/html/body/web-component//div/button

Should pierce the shadow DOM of /html/body/web-component to get the /div/button inside