Skip to content

Commit 4c760a6

Browse files
committed
selenium auto test
1 parent cf2c489 commit 4c760a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ bG9jaw==
6161
upgrade chromedriver 之后解决问题,官方文档说明了selenium支持好几个Browser driver。
6262
演示时用的是Chrome,python的unittest模块,文档上说也可以用pytest
6363
64-
大致支持这几种DOM查找,不用语言的接口略微的小区别
64+
大致支持这以下几种DOM查找,不同语言的接口略微的小区别
6565
driver.findElement(By.id(<element ID>))
6666
driver.findElement(By.name(<element name>))
6767
driver.findElement(By.className(<element class>))

0 commit comments

Comments
 (0)