mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 16:45:57 +03:00
[GH-ISSUE #959] Scripting - Add comments, highlight, etc. from scripting into the ProxymanApp #954
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#954
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rukano on GitHub (Aug 12, 2021).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/959
Originally assigned to: @NghiaTranUIT on GitHub.
Proxyman version
2.31.0
macOS Version
macOS 11.4
Steps to reproduce
Using the wonderful scripting interface I can change the request and responses and log requests and additional info, but I can't interact with the actual Proxyman app, or the requests as represented in the Proxyman app, e.g. setting a comment or a highlight color.
Expected behavior
Is there a way to interact with Proxyman itself or the request (via the request ID) itself? I would like to be able to do something like:
It would be pretty nice for debugging without the console and especially when after the debug session one can save the session and have all this comments and states also saved, instead of having another log in the console and have to check out both separately.
This is probably more a feature request than an issue. But I've only found this way to ask about this.
@NghiaTranUIT commented on GitHub (Aug 12, 2021):
Thanks for your insight @rukano 👍
It totally makes sense to support comment and highlight color from the Scripting tool. Sometime I wish I can highlight with the red color for the response I modify by my Script 😄
I will bump this issue to our team and implement it in the next release. Will send you a BETA build soon 👍
@rukano commented on GitHub (Aug 12, 2021):
Wow! That's amazing! 😄 Thank you very much! Happy to test whatever it needs to be tested :)
@NghiaTranUIT commented on GitHub (Aug 13, 2021):
Hey @rukano please check out this beta build: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_2.31.0_scripting_color_and_comment.dmg
You can simply set a comment or highlight with color:
Document: https://docs.proxyman.io/scripting/snippet-code#comment-and-highlight-with-color
@rukano commented on GitHub (Aug 13, 2021):
Works like a charm @NghiaTranUIT ! 🥳
@NghiaTranUIT commented on GitHub (Aug 13, 2021):
Awesome @rukano we will release this build soon 😄