While filling data in a link it moves to some other link | Selenium Forum
M
Posted on 09/06/2016
i am trying to fill a field with data but during that somehow the focus shifts to some other field, any solutions?

code:
wait2.until(ExpectedConditions.visibilityOfElementLocated(By.xpath("XPath")));
WebElement Videolink1=driver.findElement(By.xpath("Xpath']"));
Videolink1.click();
Videolink1.sendKeys("something.asx");

M
Replied on 12/06/2016

can you explain again?