python selenium文本输入问题怎么解决

这个输入框输入问题有什么方法?

img

img

img

img

<DIV id=input3>

<DIV class="u-input-wrap inline-block" style="WIDTH: 100%">

    <INPUT title="" class=u-input style="MAX-WIDTH: 100%; WIDTH: 100%; TEXT-ALIGN: left" type=text placeholder="请输入证件号码" jQuery183047861106665192765="13">

    

<DIV class=error-tip style="DISPLAY: none; TOP: -78px">

        <I class="iconfont icon-close"></I>        

<DIV class=arrow-top style="DISPLAY: none" jQuery183047861106665192765="15"></DIV>

        请输入正确格式的数据!        

<DIV class=arrow-bottom></DIV>    </DIV>    

<DIV class=input-btn style="DISPLAY: none">

        <BUTTON class=btn type=submit>获取验证码</BUTTON>    </DIV>    

<DIV title="" class=input-icon style="DISPLAY: none">

        <I class=iconfont></I>    </DIV>    

<DIV title="" class="input-icon input-icon2" style="DISPLAY: none">

        <I class=iconfont></I>    </DIV>    

<DIV class=input-note style="DISPLAY: none">        <SPAN class=note></SPAN>

    </DIV></DIV>

<DIV class="associate-list-wrap none">    

<UL class=associate-list style="WIDTH: 0px">        <!--Regular list-->    </UL>

</DIV></DIV>

看看Xpath是否一样,欢迎交流

参考这篇文档
http://www.cppcns.com/jiaoben/python/241511.html

你是在使用代码对这个用户号码的input标签进行自动输入数据的时候 无法实现输入嘛,如果是这样,看看你的元素是否能够准确定位到,再进行下一步

看看类是怎么写的

用xpath定位,然后sentkey方法操作。

因为有js做了相应的控制