【发布时间】:2017-06-21 19:04:36
【问题描述】:
我无法在这个网站上填写表格。 尝试了一切,通过 id ,通过 xpath ,不工作..
<section class="control-group">
<section class="controls form-control-input-wrapper error">
<label for="name" class="floating-label">Your name?</label>
<input name="name" value="" id="name" class="form-control form-control-large" required="required" data-error-message="Requriment" data-original-title="" title="" placeholder="Your name?" type="text"><div class="tooltip error-message fade bottom in" style="top: 45px; left: 54px; display: block;"><div class="tooltip-arrow"></div><div class="tooltip-inner">Requirment</div></div>
</section>
</section>
【问题讨论】:
-
展示你的尝试
-
您只发布了标记。发布您尝试使用的 python/selenium。