为了账号安全,请及时绑定邮箱和手机立即绑定

Java selenium 无法发送键和单击元素

Java selenium 无法发送键和单击元素

大话西游666 2021-09-15 15:15:26
我想尝试登录这个网站这是我的代码:driver.findElement(By.id("userid_sebenarnya")).sendKeys("myUserName");这是输入文本的属性 id='userid_sebenarnya'<div class="form-group" id="form-group-height">    <label for="userid" class="text-field-label-horizontal-empty">User ID</label>    <input id="userid" class="fake_field_userid" style="-webkit-box-shadow: inset 0 0 0 2em transparent !important" value="autofill field" type="text">    <div class="outer-border-login">        <input class="form-control-login-transparent" id="userid_sebenarnya" placeholder="Masukkan user ID" onblur="removeErrMsg('#userid');" data-rule-required="true" data-msg-required="Field ini dibutuhkan" autocomplete="off" readonly="" onfocus="this.removeAttribute('readonly'); this.focus();" value="" autocorrect="off" autocapitalize="off" spellcheck="false" maxlength="2147483647" style="-webkit-box-shadow: inset 0 0 0 2em transparent !important" type="text">    </div></div>但是我收到了如下所示的错误消息,而如果我从视觉上看应该可以找到它。线程“main” org.openqa.selenium.NoSuchElementException 中的异常:没有这样的元素:无法定位元素:{“method”:“id”,“selector”:“userid_sebenarnya”}这与隐藏文本输入有关,我该怎么办?
查看完整描述

2 回答

  • 2 回答
  • 0 关注
  • 120 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信