Selenium IDE: How to Pass Variables

99封情书 提交于 2019-11-30 03:59:14
Rohit Ware

You can go with parameterization

For parameterization you need to create js file

For eg. Js file contains

var username = ["parameterization1@mailinator.com", "parameterization2@mailinator.com");
var password = ["parameterization1", "parameterization2"];

You can upload this JS file to Options > Options... > General tab > Selenium IDE extension.

Sample script for parameterization

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!