cbyy 发表于 2018-8-13 00:15:21

selenium获取元素问题(className相同)

<div class="rlf-group pr">       
<input type="text" value="" maxlength="37" name="email" data-validate="require-mobile-phone" autocomplete="off" class="xa-emailOrPhone ipt ipt-email js-own-name" placeholder="请输入登录邮箱/手机号">       
<p class="rlf-tip-wrap errorHint color-red" data-error-hint="请输入正确的邮箱或手机号"></p>        </div>
<div class="rlf-group pr">       
<input type="password" name="password" data-validate="require-password" class="ipt ipt-pwd js-loginPassword js-pass-pwd" placeholder="6-16位密码,区分大小写,不能用空格" maxlength="16" autocomplete="off">       
<p class="rlf-tip-wrap errorHint color-red " data-error-hint="请输入6-16位密码,区分大小写,不能使用空格!"></p>       
</div>
如何获得 请输入6-16位密码,区分大小写,不能使用空格! 这个报错提示?

qqq911 发表于 2018-8-13 10:52:15

可以通过xpath,定位input,再获取text

qqq911 发表于 2018-8-13 10:52:24

可以通过xpath,定位input,再获取text
页: [1]
查看完整版本: selenium获取元素问题(className相同)