使用Selenium IDE捕获javascript生成的文本框的xpath

时间:2012-10-08 09:55:18

标签: selenium-ide

在我的应用程序中,我有一个按钮,如果我单击一个javascript弹出窗口出现一个文本框输入任务的名称和一个确定和取消按钮。在自动化这个我需要捕获文本框的xpath为了输入任务名称。请有人帮我这样做。

1 个答案:

答案 0 :(得分:0)

您是否尝试过“answerOnNextPrompt”?

answerOnNextPrompt(answer)
    Arguments:

        answer - the answer to give in response to the prompt pop-up

    Instructs Selenium to return the specified answer string in response to the next JavaScript prompt [window.prompt()].