Quantcast
Channel: Active questions tagged selenium - Stack Overflow
Viewing all articles
Browse latest Browse all 98315

Unable to type in Text box field using sendKeys method. The xpath is working fine, since when i tried to click on textbox it works

$
0
0
driver.manage().timeouts().implicitlyWait(60, TimeUnit.SECONDS);
        WebElement External = driver.findElement(By.xpath("//input [@id ='External_Reviewer']"));
        External.click();
        External.sendKeys("kevin");

The textbox is an autosuggestion with a people picker field. Is there any other way than using only "sendKeys" method. Thanks in Advance.


Viewing all articles
Browse latest Browse all 98315

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>