在我的应用程序中,我有一个按钮,如果我单击一个javascript弹出窗口出现一个文本框输入任务的名称和一个确定和取消按钮。在自动化这个我需要捕获文本框的xpath为了输入任务名称。请有人帮我这样做。
答案 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()].