SkillAgentSearch skills...

Sideflow

Flow control extension for Selenium IDE

Install / Use

/learn @73rhodes/Sideflow
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

sideflow - a flow control extension for Selenium IDE

DeepScan grade Maintainability

Lets you do goto and while loops in the Selenium IDE Firefox add-on. This is a Selenium IDE compatible port of the flow control extension from http://wiki.openqa.org/display/SEL/flowControl.

<img src="http://4.bp.blogspot.com/_Vi1folaOZAs/R7N1_L5KjDI/AAAAAAAAAGQ/PyozuVCHBC4/s400/flow_control_ide.png"></img>

Requirements

Selenium IDE v1.0.5 +

Install

  • Get Selenium IDE for Firefox from http://seleniumhq.org
  • Launch Selenium IDE from Firefox and open the options menu
  • Add the sideflow.js file to the "Selenium Core extensions (user-extensions.js)" field

Commands

  • label | mylabel - creates a label called "mylabel" (a goto target)
  • goto | mylabel - goto "mylabel"
  • gotoLabel | mylabel - synonym for goto
  • gotoIf | expression - jump to specified label if expression is true
  • while | expression - loop while expression is true
  • endWhile - indicate the end of a while loop
  • push | value | arrayName - push value onto an array, creating array if necessary

Resources

Authors

  • Andrey Yegorov - original flow control extension
  • Darren DeRidder - Selenium IDE port

License

  • See the attached License document.

Related Skills

View on GitHub
GitHub Stars138
CategoryDevelopment
Updated1y ago
Forks211

Languages

JavaScript

Security Score

80/100

Audited on Mar 21, 2025

No findings