最新回答 / 拾階而上
最新版的firefox不支持firebug 和firepath。如果要用,只能下載低版本的firefox。我下載的32.9.1.1的firefox。firebug不用下載。對應selenium IDE v2.9.1.1可以用。firepath-0.9.7-fx安裝了這個版本,但是不能用,現在沒用到,沒有試其他的,可以下其他版本的試試。
2019-03-09
最新回答 / Sher__locked
我跟你遇到了同樣的問題,現在已經解決。selenium Webdriver目前支持到JDK8,確保使用JDK8,地址:https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html。?然后下載chromedriver,需要和你谷歌瀏覽器的版本對應,這是下載chromedriver的地址,選擇對應的版本:https://chromedriver.storage.googleapis.com/index....
2019-02-24
這段文字放在txt,另存為html格式后 選擇瀏覽器打開就可以看到老師的那個頁面的表格 ,由于字數限制我只寫
<html>
<body>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<table border="1">
<tr>
<th>第一行第一列</th>
<th>第一行第二列</th>
<th>第一行第三列</th>
<th>第一行第四列</th>
<th>第一行第五列</th>
</tr>
</table>
</body>
</html>
<html>
<body>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<table border="1">
<tr>
<th>第一行第一列</th>
<th>第一行第二列</th>
<th>第一行第三列</th>
<th>第一行第四列</th>
<th>第一行第五列</th>
</tr>
</table>
</body>
</html>
2019-02-21