<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[operadriver session not created error]]></title><description><![CDATA[<p dir="auto">I am using Selenium to perform some automated tests of a web service, on Opera.</p>
<p dir="auto">I've recently upgraded my local Opera to 80.0.4170.72.  I am using operadriver 94.0.4606.61.</p>
<p dir="auto">My instantiation looks like this in C#):</p>
<pre><code>   string operaExeLocation = 
        Environment.GetFolderPath(Environment.SpecialFolder.UserProfile) + 
        @"\AppData\Local\Programs\Opera\80.0.4170.72\opera.exe";
        
  OperaDriverService service = OperaDriverService.CreateDefaultService(@"C:\Opera\", 
     "operadriver.exe");
  
  var operaOptions = new OperaOptions
       {
            BinaryLocation = operaExeLocation,
            LeaveBrowserRunning = false
       };
 operaOptions.AddArgument("test-type");
 operaOptions.AddExcludedArgument("enable-automation"); 
 operaOptions.AddAdditionalCapability("useAutomationExtension", false); 

 IWebDriver driver= new OperaDriver(service, operaOptions);
</code></pre>
<p dir="auto">This code worked with the old version of operadriver (of course the location of the opera.exe was at the older version folder.</p>
<p dir="auto">Any idea how to get this to create a function.  Is there something wrong with my options choices?  If so, please direct me to documentation on available options (I could not find it)</p>
]]></description><link>https://forums.opera.com/topic/52370/operadriver-session-not-created-error</link><generator>RSS for Node</generator><lastBuildDate>Mon, 18 May 2026 04:34:37 GMT</lastBuildDate><atom:link href="https://forums.opera.com/topic/52370.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 01 Nov 2021 23:22:04 GMT</pubDate><ttl>60</ttl></channel></rss>