I
I
Ivan Petrov2016-12-25 17:51:27
Automation
Ivan Petrov, 2016-12-25 17:51:27

How to run Selenium Builder in Firefox (error due to geckodriver)?

Tell me what is the difference between Seleniun Builder and Selenuim WebDriver.
Seleniun Builder is a firefox only plugin that can record actions and from which you can export test cases to java or other languages.
Selenuim WebDriver is a library that can be used in different languages ​​and manually write tests, open the desired browser, perform actions, etc?
There was a following problem:
Installed Selenium Builder.
I downloaded selenium-server-standalone-3.0.1.jar because now it is impossible to run the plugin locally.
I downloaded Geckodriver and added the path to it to the PATH variable. I start
the server, but when I try to run the test, an error appears - prntscr.com/dnpf4l
how to run tests in browser through Selenium Builder?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
P
pecmapm, 2016-12-28
@pecmapm

Seleniun Builder did not use. To record and play tests in firefox, try using the Selenium IDE ( https://addons.mozilla.org/en-US/firefox/addon/sel... I think this is what you need.

T
Talik, 2017-01-10
@Talik0507

As for the error, it is clearly related to the lack of the required driver on the machine where you run the tests.
Pay attention to the versioning of the driver, server and API, starting from some version, the IDE is generally gone

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question