iedriverserver Questions
2
Solved
IE ignore zoom setting doesn't work, my code as below, why it doesn't work? I got the error message (selenium.common.exceptions.SessionNotCreatedException: Message: Unexpected error launching Inter...
Selfseeker asked 12/4, 2018 at 5:57
1
Solved
Having opened the file chooser dialog in IE,
self.webDiver.switch_to_alert().accept()
Tried the above line but does not click the open button.
IE Version 11.2580.14393.0;
Windows Server 2016 Stan...
Lexeme asked 15/11, 2018 at 6:32
1
Solved
using System;
using OpenQA.Selenium.IE;
using OpenQA.Selenium.Remote;
using OpenQA.Selenium;
namespace CSharpAutomationFramework.Tests
{
public class BrowserSource
{
var options = new InternetE...
Winters asked 16/4, 2018 at 5:59
1
Solved
I have a simple code where I click on a link and it opens up a new window. But while executing the script, single click acts as double click on the same element and 2 windows are opened.
I am usin...
Lightman asked 26/7, 2017 at 5:53
5
Solved
new InternetExplorerDriver();
But I could see exception as below:
OpenQA.Selenium.DriverServiceNotFoundException was unhandled by user code
HResult=-2146233088
Message=The IEDriverServer.exe f...
Starnes asked 6/3, 2013 at 12:14
1
© 2022 - 2024 — McMap. All rights reserved.