Ivan M
Ivan M

Reputation: 61

Selenium Builder use of conditionals

I'm using Selenium Builder for testing porpuses, but I'm not able to find anything in the docs about how to use conditional statements.

For example, if a element is present do A, if not do B. I know how to add or remove a "verify" step or a "store" step, but not how to use the values as a condition.

I need exactly the JSON format Selenium builder offers, so I don't contemplate using other tools.

Upvotes: 0

Views: 54

Answers (1)

Breaks Software
Breaks Software

Reputation: 1761

It looks like this is not something that's supported by Selenium Builder: Issue Link

Upvotes: 1

Related Questions