You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How do you you use Selenium IDE? Only for capturing and exporting the tests to WebDriver? If you also run the tests in Selenium IDE, you will benefit from SelBlocksGlobal and SeLite.
SeLite allows you to re-use parts of test cases through functions: function...endFunction. It adds control statements - if...endIf, for...endFor. It supports custom configuration fields at granular level - good for sharing in team.
Hi Andrew @andrewlorien,
Thank you for commenting on SeleniumHQ/selenium#1653.
How do you you use Selenium IDE? Only for capturing and exporting the tests to WebDriver? If you also run the tests in Selenium IDE, you will benefit from SelBlocksGlobal and SeLite.
SeLite allows you to re-use parts of test cases through functions: function...endFunction. It adds control statements - if...endIf, for...endFor. It supports custom configuration fields at granular level - good for sharing in team.
See http://selite.github.io.
The text was updated successfully, but these errors were encountered: