Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix shadow host parsing issue #1253

Merged
merged 1 commit into from
Nov 25, 2024
Merged

Conversation

LawyZheng
Copy link
Collaborator

@LawyZheng LawyZheng commented Nov 25, 2024

Important

Fixes shadow host parsing in buildElementTree() in domUtils.js by processing child elements of shadow hosts.

  • Behavior:
    • Fixes shadow host parsing in buildElementTree() in domUtils.js by adding processing for child elements of shadow hosts.
  • Functions:
    • Modifies buildElementTree() to include a loop for processing selfChildren of shadow hosts.

This description was created by Ellipsis for b1d7d7d. It will automatically update as commits are pushed.

Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Looks good to me! Reviewed everything up to b1d7d7d in 41 seconds

More details
  • Looked at 16 lines of code in 1 files
  • Skipped 0 files when reviewing.
  • Skipped posting 1 drafted comments based on config settings.
1. skyvern/webeye/scraper/domUtils.js:1237
  • Draft comment:
    The loop starting at line 1237 duplicates the loop starting at line 1232. This could lead to processing the same elements twice. Consider removing one of these loops.
  • Reason this comment was not posted:
    Based on historical feedback, this comment is too similar to comments previously marked by users as bad.

Workflow ID: wflow_XmCLMjOAxW8C41JM


You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet mode, and more.

@LawyZheng LawyZheng merged commit 303153b into main Nov 25, 2024
2 checks passed
@LawyZheng LawyZheng deleted the lawy/fix-shadowhost-parsing-issue branch November 25, 2024 01:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant