Comments on: How to Setup Selenium with Firefox on Ubuntu https://tecadmin.net/setup-selenium-with-firefox-on-ubuntu/ How to guide for System Administrator's and Developers Mon, 27 Jun 2022 10:03:20 +0000 hourly 1 https://wordpress.org/?v=6.1.1 By: Kamalakkannan https://tecadmin.net/setup-selenium-with-firefox-on-ubuntu/#comment-64358 Mon, 27 Jun 2022 10:03:20 +0000 https://tecadmin.net/?p=16687#comment-64358 How to solve the expection

]]>
By: Kamalakkannan https://tecadmin.net/setup-selenium-with-firefox-on-ubuntu/#comment-64357 Mon, 27 Jun 2022 10:02:01 +0000 https://tecadmin.net/?p=16687#comment-64357 java TecAdminSeleniumTest
Error: Could not find or load main class TecAdminSeleniumTest
Caused by: java.lang.ClassNotFoundException: TecAdminSeleniumTest

]]>
By: sarah https://tecadmin.net/setup-selenium-with-firefox-on-ubuntu/#comment-41739 Tue, 16 Jul 2019 05:04:49 +0000 https://tecadmin.net/?p=16687#comment-41739 At the end you write: “Start the Chrome via standalone selenium server using Xvfb utility.”
isn’t it for firefox?!

]]>
By: Saurabh saini https://tecadmin.net/setup-selenium-with-firefox-on-ubuntu/#comment-40560 Tue, 23 Apr 2019 12:11:11 +0000 https://tecadmin.net/?p=16687#comment-40560 Please provide the complete content as you provided for the chrome browser on the below URL:
https://tecadmin.net/setup-selenium-chromedriver-on-ubuntu/

Need to provide the complete program example for the firefox also

]]>
By: WB https://tecadmin.net/setup-selenium-with-firefox-on-ubuntu/#comment-24585 Mon, 24 Sep 2018 16:55:46 +0000 https://tecadmin.net/?p=16687#comment-24585 Maybe it’s because you need to find the directory where selenium-server-standalone-3.13.0.jar downloaded. In my directory I found that file in /home/selenium-server-standalone-3.13.0.jar.

]]>
By: Muhammad hafeez https://tecadmin.net/setup-selenium-with-firefox-on-ubuntu/#comment-21609 Fri, 31 Aug 2018 05:49:15 +0000 https://tecadmin.net/?p=16687#comment-21609 Thanks for your great article

I’m getting this error

xvfb-run: error: Xvfb failed to start

while running following command

DISPLAY=:1 xvfb-run java -jar ~/selenium/selenium-server-standalone-3.13.0.jar

]]>