python+selenium xpath定位

1、 xpath 定位应注意

  -- xpath 下标是从1开始的

  -- 要使用相对路径

2、 xpath定位方法

  -- //a[text()='忘记密码']

  -- //tag[contains(attribute,'value')]      //input[contains(@class,'ipt') and contails(@placeholder,'手机号')] 

  -- //tag[starts-with(attribute,'value')]

posted @ 2019-11-19 21:06  呆呆蒙蒙  阅读(178)  评论(0编辑  收藏  举报