docs(smartui): region-ignore updates — coordinate diagram, hooks execute syntax, trim sections#3172
Open
chaitanyas-maker wants to merge 1 commit into
Conversation
…execute syntax, trim redundant sections - Add coordinate-rectangle diagram to Section 1 illustrating how "x1,y1,x2,y2" maps to top-left/bottom-right corners (50,50 -> 300,300 = 250x250) - Add the executeScript / execute_script call to the NodeJS and Python "Combine selectors and coordinates" examples to match the Java snippet - Remove the "Behaviour summary" section (redundant with surrounding prose) - Drop the "Scope" bullet from Notes Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01NgQA74nPEBMhynTyo4Vrc5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Follow-up doc updates to Ignore and Select Regions on SmartUI Web Hooks (
smartui-hooks-region-ignore), addressing review feedback.Changes
"x1,y1,x2,y2"string maps to a rectangle — top-left corner(left=50, top=50), bottom-right corner(right=300, bottom=300), a 250 × 250 region — plus a one-line worked example. Placed right where the four edge values are first introduced.executeScript('smartui.takeScreenshot', config)/execute_script("smartui.takeScreenshot", config)call to the NodeJS and Python snippets so they mirror the Java example, which already showed the executing call.Preview
Original: https://stage.testmuinternal.ai/support/docs/smartui-hooks-region-ignore/
🤖 Generated with Claude Code