Issue with GeckoDriver on Ubuntu

27 views
Skip to first unread message

Vishal Pachpute

unread,
Dec 14, 2017, 2:35:01 AM12/14/17
to seleniu...@googlegroups.com
Hi

While using Geckodriver on ubuntu, shows following error


OS: Ubuntu 14.04 64 bits. 
GeckoDriver 19.1
FF version: Firefox quantum 57


Note: 
- While running firefox from terminal, shows same issue
- I have updated my glib version. But same issue is there. 

can anyone please help me on this. 

Nimesh.T.Prajapati

unread,
Dec 14, 2017, 2:38:48 AM12/14/17
to Selenium
Hello Vishal,

Kindly share selenium version too

Nimesh T. Prajapati
Automation Engineer | Manual Testing
"Quality does matter..."

WebDriver+Testng+Maven+Ant+Sikuli

--
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/CALKd3R4qCVM68Of%2BbuAJDps4LpqN3Eq_OosotA88uHdCRLouTg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Vishal Pachpute

unread,
Dec 16, 2017, 11:15:07 PM12/16/17
to seleniu...@googlegroups.com, nimes...@gmail.com
Selenium version 3.9.1

Code to launch browser
                      if(BrowserCode.equalsIgnoreCase("FF"))
System.setProperty("webdriver.gecko.driver", System.getProperty("user.dir")+"/AllDrivers/geckodriver");
DesiredCapabilities capabilities=DesiredCapabilities.firefox();
capabilities.setCapability("marionette", true);
WebDriver driver = new FirefoxDriver(capabilities);
driver.get("http://www.toolsqa.com");
}

Regards 
Vishal

On Thu, Dec 14, 2017 at 1:07 PM, Nimesh.T.Prajapati <nimes...@gmail.com> wrote:
Hello Vishal,

Kindly share selenium version too

Nimesh T. Prajapati
Automation Engineer | Manual Testing
"Quality does matter..."

WebDriver+Testng+Maven+Ant+Sikuli

On Thu, Dec 14, 2017 at 1:04 PM, Vishal Pachpute <vishal....@gmail.com> wrote:
Hi

While using Geckodriver on ubuntu, shows following error


OS: Ubuntu 14.04 64 bits. 
GeckoDriver 19.1
FF version: Firefox quantum 57


Note: 
- While running firefox from terminal, shows same issue
- I have updated my glib version. But same issue is there. 

can anyone please help me on this. 

--
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 seleniu...@googlegroups.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-users+unsubscribe@googlegroups.com.
To post to this group, send email to selenium-users@googlegroups.com.

Andreas Tolfsen

unread,
Dec 17, 2017, 7:22:37 AM12/17/17
to seleniu...@googlegroups.com
Also sprach Vishal Pachpute:
geckodriver surfaces the Firefox stdout and this warning from GNOME
is usually nothing to worry about.

We have [1] on file to make the geckodriver output more deliberate.

[1] https://bugzilla.mozilla.org/show_bug.cgi?id=1399441

Reply all
Reply to author
Forward
0 new messages