in reply to Re^2: Simple code using Selenium::Remote::Driver
in thread Simple code using Selenium::Remote::Driver
IE is the hardest browser to get working with Selenium. You will need a driver, available from http://selenium-release.storage.googleapis.com/index.html?path=3.3/, but even with that, I failed. And I tried hard. If you really must use a MS browser, I was able to get Edge working and I understand that it is now MS's recommendation. The Edge driver is available from https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/.
Do i need to install a webdriver for Firefox or I.E ? - Yes, different drivers for each.
I'm really lost because i though i just have to use module Selenium::Remote::Driver - No, S::R::D on its own is very rarely enough.
Regards,
John Davies
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Simple code using Selenium::Remote::Driver
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 |