第乙個Webdriver指令碼

2022-09-01 14:00:18 字數 1183 閱讀 5052

測試用例的步驟:

2.輸入框中輸入「selenium」

4.檢視搜尋介面

指令碼程式一:

package

cn.gloryroad;

import

org.openqa.selenium.by;

import

org.openqa.selenium.webdriver;

import

org.openqa.selenium.chrome.chromedriver;

public

class

firstwebdriverdemo

}

如果程式執行後出現以下報錯,則是瀏覽器沒有使用預設路徑安裝,無法找到chrome.exe檔案。

解決方法:

指出chrome.exe/firefox.exe檔案的所在路徑

package

cn.gloryroad;

import

org.openqa.selenium.by;

import

org.openqa.selenium.webdriver;

import

org.openqa.selenium.firefox.firefoxdriver;

public

class

firstwebdriverdemo

}

若瀏覽器位chrome,需要同時設定chrome的安裝路徑和chromedriver的路徑

chrome啟動檔案路徑

string chromedriver = "e:/**/**/**/chromedriver.exe";//

chromedriver檔案路徑

/*設定 chrome啟動檔案的位置, 若未設定則取預設安裝目錄的 chrome

*/system.setproperty("webdriver.chrome.bin", chromebin);

/*設定 chrome webdirver 的位置 ,若未設定則從path變數讀取

*/system.setproperty("webdriver.chrome.driver", chromedriver);

第乙個Shell指令碼

開啟文字編輯器,新建乙個檔案,擴充套件名為sh sh代表shell 副檔名並不影響指令碼執行,見名知意就好,如果你用php寫shell 指令碼,副檔名就用php好了。輸入一些 bin bash echo hello world 是乙個約定的標記,它告訴系統這個指令碼需要什麼直譯器來執行,即使用哪一種...

第乙個shell指令碼

首先宣告,我的linux系統是centeros 64bit的 開啟終端,cd mnt hgfs share 進入以下目錄 mkdir shellfolder 建立資料夾shellfolder touch runstusys.sh 建立乙個shell程式 vi runstusys.sh 進行編輯,並輸...

第乙個shell指令碼

hostname term hello shell histsize ssh client world cvs rsh path 通過shell讀取文字檔案,並到系統變數中查詢是否存在 shell命令如下 bin sh filename env var.txt num cat filename wc...