如何在 selenium IDE 中提供运行时输入? [英] How to give the runtime input in selenium IDE?

查看:51
本文介绍了如何在 selenium IDE 中提供运行时输入?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想在运行时使用 selenium ide 获取输入.有人可以帮我吗?

I want to get input at runtime using selenium ide. could any one help me?

推荐答案

你可以输入 break 命令或 input-box

You can put break command or input-box

1.By input-box
Command 1
Command 2
Command 3
4th command will be
storeEval | prompt("Enter input"); |variable
type | locator of field where you want to put value| ${variable}
continue with your next commands

2.By break command

Command 1
Command 2
Command 3
4th command will be
Break
Enter input manually and resume execution of test
continue with your next commands

这篇关于如何在 selenium IDE 中提供运行时输入?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆