Questions tagged [selblocks-plugin]

This is a language extension for Selenium IDE that provides javascript-like conditionals, looping, callable functions, error catching, and JSON/XML driven parametrization.

Features of SelBlocks:

-> Provides the following control structures: if/elseIf/else, try/catch/finally/throw, for/foreach/while, continue/break, call/function/return, loadXmlVars/loadJsonVars, forXml/forJson, exitTest

-> Function and loop parameters use regular Selenium variables that are local to the block, overriding variables of the same name, and that are restored when the block exits.

-> Command parameters are JavaScript expressions that are evaluated with Selenium variables in scope, which can therefore be referenced by their simple names, e.g.: i+1

-> Variables can be configured via external XML and/or JSON files.

-> A function definition can appear anywhere, (they are skipped over in normal execution flow).

-> Functions can be called recursively.

3 questions
0
votes
1 answer

How to incorporate Selenium SelBlocks plugin into a custom Selenium-based C# project?

I am working on Selenium-based browser automation project, where some non-programming users define test cases in Selenium IDE, which we then add some custom logic to and run through our custom application. Our Application is written in C#, but…
0
votes
1 answer

Values in JSON - coords @ canvas - Selenium IDE & Selblocks

I'm loading data from an external file in Selenium IDE (2.9.1) & SelBlocks (2.1.1) with "forJson" function to interact with canvas - insert an object to exact coordinates. Selenium test works, but it seems like JSON data are not read and object is…
0
votes
1 answer

Selenium IDE - sel block plugin is not getting loaded in Firefox22

When opening Selenium IDE 2.2.0 in Firefox22, the following error message is displayed "The following plugins were disabled due to errors while loading their code. See the Plugins section in the Selenium IDE Options dialog for individual plugin…
user1984004PRI
  • 313
  • 2
  • 8
  • 21