INFO: Detected dialect: OSS

7,245 views
Skip to first unread message

Diksha Devrani

unread,
Feb 14, 2017, 1:11:19 AM2/14/17
to Selenium Users
I am unable to run my script . Getting "INFO: Detected dialect: OSS" error every time. Able to launch browser and URL but not the test

⇜Krishnan Mahadevan⇝

unread,
Feb 14, 2017, 1:23:28 AM2/14/17
to Selenium Users
​Diksha,

That's not a lot of information to start with. Can you please help add more details ?

* Selenium version ?
* Browser version (both browser version and the driver version) ?
* Test code ?
* Client bindings flavor (Java/.NET) ?
* Complete stacktrace ?

Thanks & Regards
Krishnan Mahadevan

"All the desirable things in life are either illegal, expensive, fattening or in love with someone else!"
My Scribblings @ http://wakened-cognition.blogspot.com/
My Technical Scribbings @ http://rationaleemotions.wordpress.com/

On Tue, Feb 14, 2017 at 11:41 AM, Diksha Devrani <dee...@gmail.com> wrote:
I am unable to run my script . Getting "INFO: Detected dialect: OSS" error every time. Able to launch browser and URL but not the test

--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+unsubscribe@googlegroups.com.
To post to this group, send email to selenium-users@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/c299fa64-173e-467c-a3fa-e126dea618c3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

bhushan dhamange

unread,
May 17, 2017, 1:30:04 AM5/17/17
to Selenium Users
I am also facing the same issue. 

IEDriverServer.exe version - 3.3.0.0

* Selenium version - selenium-java-3.3.1

* Browser version - IE 11.0.42

* Test code 

package Basic;

import java.util.concurrent.TimeUnit;

import org.openqa.selenium.WebDriver;
import org.openqa.selenium.ie.InternetExplorerDriver;


public class Class_1 {

    static WebDriver driver;
    
public static void main(String[] args) throws InterruptedException {
     
        System.setProperty("webdriver.ie.driver", "D:\\SelServerDriver\\IEDriverServer.exe");
        driver = new InternetExplorerDriver();
                   
        String baseUrl = "https://www.google.co.in";
        
        driver.get(baseUrl);
        
        driver.manage().timeouts().implicitlyWait(50, TimeUnit.SECONDS);
        
        System.out.println("URL "+driver.getCurrentUrl());
       
        driver.findElement(By.name("userName")).sendKeys("Bhushan");
        
        driver.findElement(By.name("login")).click();
        driver.close();

}

}


* Client bindings flavor - Java

* Complete stacktrace -

Started InternetExplorerDriver server (64-bit)
3.3.0.0
Listening on port 31205
Only local connections are allowed
May 15, 2017 5:17:20 PM org.openqa.selenium.remote.ProtocolHandshake createSession
INFO: Detected dialect: OSS

Krishnan Mahadevan

unread,
May 17, 2017, 2:18:53 AM5/17/17
to seleniu...@googlegroups.com

This is NOT an issue. Its just an INFO message. Your test should be able to run without any problems.

 

 

Thanks & Regards

Krishnan Mahadevan

 

"All the desirable things in life are either illegal, expensive, fattening or in love with someone else!"

My Scribblings @ http://wakened-cognition.blogspot.com/

My Technical Scribbings @ http://rationaleemotions.wordpress.com/

 

--

You received this message because you are subscribed to the Google Groups "Selenium Users" group.

To unsubscribe from this group and stop receiving emails from it, send an email to selenium-user...@googlegroups.com.
To post to this group, send email to seleniu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/7712d38e-ed16-4227-95c1-0a2dbc342ffe%40googlegroups.com.

karo...@gmail.com

unread,
Dec 13, 2017, 8:46:38 AM12/13/17
to Selenium Users
The Log level is INFO: Its not a warning. You should be able to run the script with creating browser session for executing your script without any trouble. 

Baghzaad Bhomisha

unread,
Mar 13, 2019, 11:38:11 PM3/13/19
to Selenium Users
how do i disable this info??
Reply all
Reply to author
Forward
0 new messages