mirror of
https://github.com/browser-use/browser-use
synced 2026-05-06 17:52:15 +02:00
added linter to dom process file
This commit is contained in:
@@ -31,7 +31,7 @@ class DomService:
|
||||
self.xpath_cache = {}
|
||||
self.logger = logger or logging.getLogger(__name__)
|
||||
|
||||
self.js_code = resources.files('browser_use.dom').joinpath('buildDomTree.js').read_text()
|
||||
self.js_code = resources.files('browser_use.dom.dom_tree').joinpath('index.js').read_text()
|
||||
|
||||
# region - Clickable elements
|
||||
@time_execution_async('--get_clickable_elements')
|
||||
|
||||
Reference in New Issue
Block a user