Selenium IDE - 自动从目标中删除第一个退格键
您好,我想使用 Selenium IDE 创建一个测试用例。 我的测试工作正常,但最后我想使用命令“assertConfirmation” 目标是“我的确认消息”(第一个字符是空格)
当我保存测试用例时,Selenium 删除了目标字段中的第一个空格。 可以插入空格吗?
Hello I want to create a Test Case with Selenium IDE.
My test works fine but at the end I want to use the command "assertConfirmation"
The target is " My confirmation message" (The first character is a space)
When I saved the Test Case, Selenium removes the first space at the target field.
It is possible to insert the space?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
该死!我不知道是否可以在assertConfirmation 命令中使用通配符! :-)
Damn! I don´t know that it is possible to use wildcards with the assertConfirmation command! :-)
您还应该能够手动添加表目标中的空间。当您记录测试时,它不会记录空白,但如果您在完成记录后将其添加到目标表格单元格中,它不应该修剪它。
You should also be able to manually add the space in the target of the table. It won't record the white space when you record the test, but it should not trim it if you add it in the target tablecell after you have finished recording.