added linter to dom process file

This commit is contained in:
Gregor Žunič
2025-06-30 15:05:54 +02:00
parent 3a50681e26
commit 437bb4ecc6
2 changed files with 1 additions and 1 deletions

View File

@@ -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')