sachin patil
2018-12-04 13:22:54 UTC
Hello Guys,
Hope you all are doing great,
Guys, I am unable to enter the text in a text field, I tried multiple
solutions to get it resolved as from Stack Overflow and other resources but
still could not solve the problem. I am providing you all details with this
email.
Here is the log from eclipse,
<org.openqa.selenium.WebDriverException: unknown error: cannot focus element
(Session info: chrome=70.0.3538.110)
(Driver info: chromedriver=2.43.600210
(68dcf5eebde37173d4027fa8635e332711d2874a),platform=Windows NT 10.0.17134
x86_64) (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 0 milliseconds
Build info: version: '3.14.0', revision: 'aacccce0', time:
'2018-08-02T20:19:58.91Z'
Here is the HTML Code,
<div id="react-select-2--value" class="Select-multi-value-wrapper">
<div class="Select-placeholder"></div>
<div class="Select-input" style="display: inline-block;">
<input id="qual-form-com" autocomplete="off" autocorrect="off"
spellcheck="off" aria-activedescendant="react-select-2--value"
aria-expanded="false" aria-haspopup="false" aria-owns="" role="combobox"
style="box-sizing: content-box; width: 19px;" value="">
<div style="position: absolute; top: 0px; left: 0px; visibility: hidden;
height: 0px; overflow: scroll; white-space: pre; font-size: 14px;
font-family: Poppins,Arial,"sans-serif"; font-weight: 400; font-style:
normal; letter-spacing: normal; text-transform: none;"></div>
</div>
</div>
<span class="Select-loading-zone" aria-hidden="true">
<span class="Select-loading"></span>
</span>
Here is the snippet of my Code,
WebElement EnterCompany =
driver.findElement(By.xpath("//div[@class='Select-placeholder']"));
EnterCompany.click();
EnterCompany.sendKeys("rubique.com");
Thanks in Advance and your help would be very helpful.
Best Regard
Sachin Patil
+91-9552619077
Hope you all are doing great,
Guys, I am unable to enter the text in a text field, I tried multiple
solutions to get it resolved as from Stack Overflow and other resources but
still could not solve the problem. I am providing you all details with this
email.
Here is the log from eclipse,
<org.openqa.selenium.WebDriverException: unknown error: cannot focus element
(Session info: chrome=70.0.3538.110)
(Driver info: chromedriver=2.43.600210
(68dcf5eebde37173d4027fa8635e332711d2874a),platform=Windows NT 10.0.17134
x86_64) (WARNING: The server did not provide any stacktrace information)
Command duration or timeout: 0 milliseconds
Build info: version: '3.14.0', revision: 'aacccce0', time:
'2018-08-02T20:19:58.91Z'
Here is the HTML Code,
<div id="react-select-2--value" class="Select-multi-value-wrapper">
<div class="Select-placeholder"></div>
<div class="Select-input" style="display: inline-block;">
<input id="qual-form-com" autocomplete="off" autocorrect="off"
spellcheck="off" aria-activedescendant="react-select-2--value"
aria-expanded="false" aria-haspopup="false" aria-owns="" role="combobox"
style="box-sizing: content-box; width: 19px;" value="">
<div style="position: absolute; top: 0px; left: 0px; visibility: hidden;
height: 0px; overflow: scroll; white-space: pre; font-size: 14px;
font-family: Poppins,Arial,"sans-serif"; font-weight: 400; font-style:
normal; letter-spacing: normal; text-transform: none;"></div>
</div>
</div>
<span class="Select-loading-zone" aria-hidden="true">
<span class="Select-loading"></span>
</span>
Here is the snippet of my Code,
WebElement EnterCompany =
driver.findElement(By.xpath("//div[@class='Select-placeholder']"));
EnterCompany.click();
EnterCompany.sendKeys("rubique.com");
Thanks in Advance and your help would be very helpful.
Best Regard
Sachin Patil
+91-9552619077
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+***@googlegroups.com.
To post to this group, send email to selenium-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/CAA_T2rFgjSbB%3DaXEM4O%3DOHVkuw7OH1iBZMtRG1BxXfowGN9N_w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+***@googlegroups.com.
To post to this group, send email to selenium-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/CAA_T2rFgjSbB%3DaXEM4O%3DOHVkuw7OH1iBZMtRG1BxXfowGN9N_w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.