Skip to content

Commit

Permalink
Fix spelling error (#556)[deploy site]
Browse files Browse the repository at this point in the history
Co-authored-by: JS31096 <12621691+JS31096@users.noreply.github.com>
  • Loading branch information
lucienlugeek and harsha509 committed Nov 25, 2020
1 parent 4d2b44a commit 23bde8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ val muchoCheese: List<WebElement> = driver.findElements(By.cssSelector("#cheese

## 相对定位

**Selenium 4**中带来了相对定位这个新功能,在以前的版本中被称之为"好友定位 (Firendly Locators)"。
**Selenium 4**中带来了相对定位这个新功能,在以前的版本中被称之为"好友定位 (Friendly Locators)"。
它可以帮助你通过某些元素作为参考来定位其附近的元素。
现在可用的相对定位有:

Expand Down

0 comments on commit 23bde8c

Please sign in to comment.