1、 xpath 定位应注意
-- xpath 下标是从1开始的
-- 要使用相对路径
2、 xpath定位方法
-- //a[text()='忘记密码']
-- //tag[contains(attribute,'value')] //input[contains(@class,'ipt') and contails(@placeholder,'手机号')]
-- //tag[starts-with(attribute,'value')]
1、 xpath 定位应注意
-- xpath 下标是从1开始的
-- 要使用相对路径
2、 xpath定位方法
-- //a[text()='忘记密码']
-- //tag[contains(attribute,'value')] //input[contains(@class,'ipt') and contails(@placeholder,'手机号')]
-- //tag[starts-with(attribute,'value')]