-
Notifications
You must be signed in to change notification settings - Fork 12
feat(tools): evaluate\selector\screenshot #10
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
Conversation
zeoxisca
commented
Apr 2, 2025
- beautify tool key, use global const key to constraint tool name
- add createTab\evaluate\selector\screenshot handler functions
|
LGTM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggest splitting Pr first and submitting it in batches. 'beautify tool key', this item make a single pr.
|
I suggest turning off this PR. You can add a new PR except for |
|
Done, createTab removed |
tools/common.go
Outdated
| if element == nil || element.Object == nil { | ||
| return nil, errors.New(fmt.Sprintf("Failed to find element: %s", selector)) | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the same as fill handler