如何定义动态下拉列表的表达式
当我想从动态下拉列表中选择一个值时,如何定义表达式(或任何其他替代方法)?
前任: 下拉列表具有以下值:
Plan A (X)
Plan B (Y)
Plan C (Z)
其中,X、Y 和 Z 都是随机数。
有没有一种方法可以定义我的选择以选择“计划#”之前的文本并忽略“(X)”?
How do I define an expression (or any other alternative method) when I want to select a value from a dynamic drop down list?
ex:
drop down list has these values:
Plan A (X)
Plan B (Y)
Plan C (Z)
where, X, Y and Z are all random numbers.
Is there a way where I can define my selection to select the text up to "Plan #" and ignore the "(X)"?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试使用通配符,SilkTest 通常支持这些通配符。
对于你的例子来说,这将是
You could try using wildcards, those are usually supported by SilkTest.
For your example this would be