Note : Program is working fine in Window Os. Getting issue only in Ubuntu Os.
Selenium Webdriver: 2.40
FF Version: 27.0
Using Maven plugin.
I tried to run the Selenium webdriver automation scripts in Ubuntu machine.
I have got the following error. Please help me to solve this issue.
org.openqa.selenium.firefox.NotConnectedException: Unable to connect to host 127.0.0.1 on port 7055 after 45000 ms. Firefox console output:
(process:8689): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed Error: cannot open display: 1.0
(process:8697): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed Error: cannot open display: 1.0
at org.openqa.selenium.firefox.internal.NewProfileExtensionConnection.start(NewProfileExtensionConnection.java:118) at org.openqa.selenium.firefox.FirefoxDriver.startClient(FirefoxDriver.java:247) at org.openqa.selenium.remote.RemoteWebDriver.(RemoteWebDriver.java:112) at org.openqa.selenium.firefox.FirefoxDriver.(FirefoxDriver.java:192) at org.openqa.selenium.firefox.FirefoxDriver.(FirefoxDriver.java:187) at org.openqa.selenium.firefox.FirefoxDriver.(FirefoxDriver.java:183) at org.openqa.selenium.firefox.FirefoxDriver.(FirefoxDriver.java:100)