-
-
Notifications
You must be signed in to change notification settings - Fork 781
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
Missing features, Flow Control and Store Variables #101
Comments
Yes, we plan on bringing these features built in the IDE
Cheers,
Tom
…On 19 Feb 2018, 11:53 +0200, babuto00 ***@***.***>, wrote:
Hello, first of all, thank you for your wonderful work! However what I miss are functions I used from Flow Control and Store Variable plugins in former Selenium IDE in FF. Would it be possible to include such functions in the new version? Without any using any plugins, I believe a lot of users would appreciate it. Thank you!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
@babuto00 do you have a link for "Flow Control"? I'm not familiar with that one. |
I am not babuto00, but I guess he refers to this Firefox addon, which added flow control commands like gotoif, gotolabel and while to the old IDE. There is also new Kantu IDE, and it already supports flow control in Chrome: |
Thanks! Kind of surprised I never used that one. |
Yeah, it's that firefox addon idefix1 linked. It was pretty useful. Sorry for late response |
are there also plans for the commands: for and forxml?? |
|
thanks, sounds good. |
Just dropping an update on our current thoughts,
We'll need to give We're looking for a way to migrate the unstructured old flow control. (e.g. |
Do Store Variable controls include in #140 too? |
|
Why do you think |
Yes, say we let you |
Hello, just checking in to see if there is any progress relating to the flow control (while command etc.)? |
Not at the moment, its best to follow the pr. |
I have been trying out the new execute script functionality as well as an if statement but can't get the if statement to work with a variable. In the scenario below, "site" is schoolsdev. Am I not using the if statement correct as it always goes to the else statement unless I use a schoolsdev in the if statement. execute script | return window.document.domain | host |
@tourdedave: So far so good. Thanks for the quick turn around on that one!!!! |
You're welcome! |
Can we close this, now that we have control flow and |
yes |
I'm still not able to do if statements on the IDE |
@hvlucas, I had such an error when trying to run the if command alone. As far as I understood, it needs the end statement to close the block. So the command can not be run alone but in the test case with the end statement properly set. I hope it helps ;) |
@cinnest I have an |
@hvlucas, unfortunately I have no access to my computer right now. Tomorrow morning as soon as I get in the office I'll post it for you, ok? Sorry |
So @hvlucas here is a code that is working for me. It contains the
the test output when the
... and when it's true:
Selenium IDE 3.2.5 |
@cinnest Ok I figured it out, and now I feel super stupid. |
It is a bug that you have to do that, our initial plan was to do |
@corevo I see. How about running a test from the |
The first command is an |
Executing a control flow command by itself won't work since it will fail syntax validation. Using "Start from here" to set the |
@tourdedave Gotcha 👍 Thank you |
Hello, first of all, thank you for your wonderful work! However what I miss are functions I used from Flow Control and Store Variable plugins in former Selenium IDE in FF. Would it be possible to include such functions in the new version? Without any using any plugins, I believe a lot of users would appreciate it. Thank you!
The text was updated successfully, but these errors were encountered: