Advertisement

selenium3.141+java通过QQ邮箱自动发送邮件(二)

阅读量:

此前曾编写过实现QQ邮箱自动发送邮件功能的代码,其中附件上传部分采用的是input.sendkeys()方法。今日尝试使用AutoIt工具完成附件上传操作,并对代码进行了注释说明,具体实现代码如下:

复制代码
    package selenium3;
    import java.io.IOException;
    
    import org.openqa.selenium.By;
    import org.openqa.selenium.WebDriver;
    import org.openqa.selenium.chrome.ChromeDriver;
    import org.openqa.selenium.firefox.FirefoxDriver;
    import org.openqa.selenium.ie.InternetExplorerDriver;
    
    import com.CopyOfTestDama;
    public class test003 {
    	public static void main(String[] args) throws InterruptedException, IOException {
    		System.setProperty("webdriver.chrome.d

全部评论 (0)

还没有任何评论哟~