shivam
shivam
Added dp state description
The css and xpath approach sometimes give below errors: waiting for locator("html > body > div > div > div > div:nth-of-type(3) > div > iframe[id="exc-app-sandbox-0.4200313473903967"][name="Main Content"]").content_frame.locator("html > body >...
### Bug Description I feel that browser-user-highlight-id attribute is injected into the elements in [buildDomTree.js#L124](https://github.com/browser-use/browser-use/blob/2d0f95f80150bffe788041c1811d14bc394481e3/browser_use/dom/buildDomTree.js#L124) and could later be used in [context.py#L788](https://github.com/browser-use/browser-use/blob/2d0f95f80150bffe788041c1811d14bc394481e3/browser_use/browser/context.py#L788) instead of creating css_selector. ### Reproduction Steps 1....