Edge Webdriver hang while open Windows File Upload link, Chrome vs IE work well

82 views
Skip to first unread message

Nguyen Thai Hoang

unread,
Jun 27, 2016, 6:18:56 AM6/27/16
to Selenium Users
Hi all,

I've met an issue related to Microsoft Edge Webdriver, this issue didn't happen on Chrome and IE webdriver.

After clicking on a link (that open a Windows Upload File) --> it's running this click() method forever.

I'm tried to use 3 click method:

1. WebElement.click();
2. ((JavascriptExecutor) webdriver).executeScript("document.getElementById('btn').click();");
3. Actions builder = new Actions(driver);
builder.MoveToElement(menu).MoveToElement(submenu).Click().Perform();


Many thanks.

Nguyen Thai Hoang

unread,
Jun 30, 2016, 11:48:58 PM6/30/16
to Selenium Users
After waiting for long time about 900 seconds, it throw an exception "TimeoutException" , I tried to catch this Exception by using 

driver.manage().timeouts().setScriptTimeout(2, TimeUnit.SECONDS);

but still can not catch this exception after 2 seconds.
Reply all
Reply to author
Forward
0 new messages