in reply to Simple code using Selenium::Remote::Driver
Oversimplification: Firefox has an interface that is unlike other browsers. Geckodriver is the tool that converts commands and data between the format Firefox understands and the format Selenium understands. So yes, you need it. And note that the same applies to some other browsers like Edge, although obviously a different driver is needed.
Regards,
John Davies
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Simple code using Selenium::Remote::Driver
by Perlchaoui (Sexton) on Nov 08, 2018 at 12:47 UTC | |
by davies (Monsignor) on Nov 08, 2018 at 13:25 UTC | |
by Perlchaoui (Sexton) on Nov 08, 2018 at 14:34 UTC | |
by davies (Monsignor) on Nov 08, 2018 at 17:32 UTC | |
by Perlchaoui (Sexton) on Nov 08, 2018 at 19:02 UTC |