【问题标题】:Mailer automation using selenium and sikuli使用 selenium 和 sikuli 实现邮件自动化
【发布时间】:2016-05-26 20:00:42
【问题描述】:

我们可以使用 selenium webdriver 或 sikuli 自动化邮件程序的 UI 和邮件程序的功能吗?

【问题讨论】:

  • 这真的不是一个编程问题。你用谷歌搜索过你自己的问题吗?找到一些您可能理解或不理解的代码示例?请发布有关您所知道的内容的更多详细信息以及您正在寻找的内容的详细信息,否则您的问题可能会因为过于宽泛而被关闭。
  • 我只想要代码或方法来自动化 java 中不同邮件客户端上的邮件功能...功能,如邮件中给出的各种链接和按钮等,并将它们重定向到浏览器

标签: java selenium-webdriver sikuli


【解决方案1】:

您好,是的,我们可以通过 Sikuli 自动化任何基于桌面或 Web 的应用程序

1.cause sikuli works on the image recognition techniques so no matter if its windows or 
  web app.
2.but only problem with it is that when its running you cannot perform any operation with 
  mouse as well as on screen as it will overlap the AUT 

就硒而言,这取决于您使用的邮件程序

1. if mailer works as web app then (on browser) the definitely yes
2. if its like outlook then no 
3. but if you can do a work around then yes. (as i did with java but used no selenium 
   concept for the .msg mailer)  downloaded library form the internet an put some java 
   concept and it worked.

【讨论】:

  • 是的.. 不同邮件客户端(如 gmail、yahoo 等)上的邮件发送器......使用这个有什么问题
猜你喜欢
  • 1970-01-01
  • 2021-09-02
  • 1970-01-01
  • 2021-08-22
  • 2011-04-09
  • 1970-01-01
  • 2022-01-07
  • 2020-12-06
  • 1970-01-01
相关资源
最近更新 更多