1. 使用 css 定位元素
进入 DevTools --> Console
使用 $("") 在引号中编写 css 定位方法就可以了。
2.使用 xpath 定位
使用 $x("") 在引号中编写 xpath 定位方法就可以了。