自動化 webdriver 一些摘要
firefox
public webdriver driver;
public void startfirefox()// 先宣告後定義 初始化啟動火狐瀏覽器//
下面最大化 關閉視窗
public void maxbrowse()
public void closebrowse() catch (ioexception e) driver =new firefoxdriver(profile);//profile 與driver;聯絡起來選擇第三個
} public void startfirefoxwithprofile()//火狐到這裡結束
chrome public void stopchrome()
//先宣告後定義 初始化啟動谷歌瀏覽器 files在專案中的作用,集中需要用的外掛程式,如不在files,在桌面的某乙個位置或者定義位置,寫下放存路徑就啟動瀏覽器ie//
最大化關閉方法一樣
外掛程式固定方法
public void startchromewithaddon()public void startchromewithuserdata()
public void startchromewithtesttype()
外掛程式 方式
public void startiesetting()
最後結尾
public static void main (stringargs)
}