gpt4 book ai didi

python - 如何使用PyQt4点击网页上 'alert'消息中的按钮

转载 作者:行者123 更新时间:2023-11-30 23:38:53 25 4
gpt4 key购买 nike

在网页上,当我创建新用户时,警报消息显示“新用户已创建”。为了继续,我必须单击“确定”按钮。所以问题是我真的不知道如何点击它。

当我需要单击常规按钮时,我会执行以下操作:

doc = self.page().currentFrame().documentElement()
submit_button = doc.findFirst('input[id=my-submit-button]')
submit_button.evaluateJavaScript('this.click()')

但是如何点击警报消息中的按钮呢?

最佳答案

您正在寻找QWebPage::javaScriptAlert ( QWebFrame *frame, const QString & msg ) function :

This function is called whenever a JavaScript program running inside frame calls the alert() function with the message msg.

The default implementation shows the message, msg, with QMessageBox::information.

关于python - 如何使用PyQt4点击网页上 'alert'消息中的按钮,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14058077/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com