使用 AutoIT 在 HTML 更新时发送警报
这可能是一个漫长的镜头,但是我的工作情况在其中一些自动化将很有用。在我的工作中,我们使用一个活动日志系统,该系统在工作空间中记录事件。每隔几秒钟,我们就会在活动日志中获得一个新事件,因此它总是在更新。是否可以使用Autoit不断读取该活动日志并在显示某个消息时创建弹出通知?
(即收到警报,发送通知和声音显示警报,所涉及的个人以及警报的位置)
任何帮助都将不胜感激,即使只是在一般方向上稍作推动
上图显示了我在工作中使用的网站的HTML。标记为<表ID =“ ActivityLog5”的部分包含事件的不断更新列表,因为事件全天发生。如果这使它变得更容易,那么你们都去
This might be a long shot, but I have a situation at work in which some automation will be useful. At my work, we use an activity log system that logs events across our workspace. Every few seconds, we get a new event in the activity log, so it's always updating. Is it possible to use AutoIT to constantly read that activity log and create a pop-up notification when a certain message is presented?
(i.e. Alarm received, send notification and sound displaying the alarm, the individual involved, and the location of the alarm)
Any help would be appreciated, even just a slight push in the general direction
The picture above shows the HTML of the website I use at work. The section labeled <table id="activityLog5" contains a constantly updating list of events as events happen throughout the day. If this makes it easier, there you all go
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
由于我们讨论了 AutoIT 的替代方案,因此以下是 Grease Monkey 脚本的脚本想法:
Since we talked about alternates of AutoIT, here would be the Script Idea for a Grease Monkey Script: