Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes several changes to the
browser_use/dom/service.py
file, focusing on improving the DOM tree building process and simplifying the codebase. The most important changes include adding performance logging, simplifying coordinate handling, and introducing a newViewportInfo
class.Improvements to DOM tree building:
json
module. ([browser_use/dom/service.pyR70-R75](https://github.com/browser-use/browser-use/pull/773/files#diff-5b220bdc9c9144dac67395410b62bb28be1b809ee6e245d5d2b5fdd9d9804420R70-R75)
)Codebase simplification:
ViewportInfo
class using thedataclass
decorator for better structure and readability. ([browser_use/dom/service.pyR2-R28](https://github.com/browser-use/browser-use/pull/773/files#diff-5b220bdc9c9144dac67395410b62bb28be1b809ee6e245d5d2b5fdd9d9804420R2-R28)
)CoordinateSet
andCoordinates
imports and related code, simplifying the coordinate handling in the_parse_node
method. ([[1]](https://github.com/browser-use/browser-use/pull/773/files#diff-5b220bdc9c9144dac67395410b62bb28be1b809ee6e245d5d2b5fdd9d9804420L130-L157)
,[[2]](https://github.com/browser-use/browser-use/pull/773/files#diff-5b220bdc9c9144dac67395410b62bb28be1b809ee6e245d5d2b5fdd9d9804420L174-L175)
)