我有文字“欢迎来到自动化世界”。现在,我想使用执行脚本从新Selenium IDE Record and Play中的主字符串中提取单词“ Automation”,但不起作用。可以帮我举个例子。。。谢谢。
执行脚本|返回$ {var} .substring()..这样的东西
答案 0 :(得分:0)
我使用此代码将字符串变量'text'的子字符串存储到'subs'变量中
execute Script | var str = ${text}; return(str.substring(15,25)); | subs