简体   繁体   English

使用Selenium和Sikuli的邮件程序自动化

[英]Mailer automation using selenium and sikuli

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

Hi yes we can automate any desktop or web based application via Sikuli 嗨,我们可以通过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 

As far as selenium is concerned then it depends which mailer you are working with 就硒而言,这取决于您使用的是哪个邮件程序

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.

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM