-
-
Notifications
You must be signed in to change notification settings - Fork 768
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
WIP: Add control flow to the IDE #140
Conversation
Do you have any schedule at this pr? |
I already made flow control, but not yet done. And I even made Additionally we need 'gotoif' and 'label'. But I agree that As one of user, I want new selenium-ide to be the best program of several selenium-ide programs. |
I didn't know you we're working on this, looks amazing. |
@Jongkeun I was thinking for a bit, why did you change the security policy? |
@corevo So I restored policy. Anyway, my flow control commands are at extension side. What are you worried about? |
When I called eval on browse side, there was no error or warning. |
I think the user may well become a victim. |
what kind of alerts or warning? |
Once you publish an extension to the stores, it'll automatically be disabled for all the users.
Saying that the CSP had changed.
Cheers,
Tom
…On 13 May 2018, 10:57 +0300, Jongkuen Hong ***@***.***>, wrote:
what kind of alerts or warning?
I didn’t have any alert even if I didn’t change csp.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
If the debug and the publish are different, that is problem as you said. |
Designing flow control for the IDE, including playback, and export.