giorgiosironi / phpunit-selenium

Selenium RC integration for PHPUnit
http://www.phpunit.de/
Other
602 stars 271 forks source link

Firefox v48 and Selenium 3.0.0-beta2 working together #384

Closed muhamed-didovic closed 7 years ago

muhamed-didovic commented 8 years ago

Hi,

I have updated Firefox to version v48 and now running tests with selenium is not working anymore. So i have checked is there new version of selenium and there is Selenium 3.0.0-beta2, but I can't make it working it together.

There is some kind of guide how to run and install Selenium 3.0.0-beta2: https://developer.mozilla.org/en-US/docs/Mozilla/QA/Marionette/WebDriver

I followed the instructions for MacOS and now when I run tests, Firefox is there but it can't open a page for testing.

Can anybody help?

rbkoms commented 8 years ago

hello!!

can u give a try with selenium-server-stanadalone-2.35.0.jar and firefox from 20- 22 version. download the firefox 20 extract it and copy the content of the firefox and paste it to the firefox under c drive or where u have install....

On 10 August 2016 at 04:24, Muhamed notifications@github.com wrote:

Hi,

I have updated Firefox to version v48 and now running tests with selenium is not working anymore. So i have checked is there new version of selenium and there is Selenium 3.0.0-beta2, but I can't make it working it together.

There is some kind of guide how to run and install Selenium 3.0.0-beta2: https://developer.mozilla.org/en-US/docs/Mozilla/QA/Marionette/WebDriver

I followed the instructions for MacOS and now when I run tests, Firefox is there but it can't open a page for testing.

Can anybody help?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/giorgiosironi/phpunit-selenium/issues/384, or mute the thread https://github.com/notifications/unsubscribe-auth/AE9G9x146m4TZEtLqORIEyFCbVsixIQhks5qeQGHgaJpZM4JgmC5 .

muhamed-didovic commented 8 years ago

I can downgrade to Firefox v47, but I am asking has anyone tried Firefox 48 and Selenium v3. Also should this library follow the release cycle of Selenium and Firefox?

paulbriton commented 7 years ago

From Firefox 48 you need to use the Geckodriver which is enabled by default on Selenium 3.

muhamed-didovic commented 7 years ago

Hi @paulbriton, did you manage to get it working, if yes can you give us instructions so if anyone new comes with this question he can see this issue and solution for it

paulbriton commented 7 years ago

Yes I manage to get it working, it's the same installation as others drivers (e.g. Chromedriver and InternetExplorer Driver). You have to download the driver from the repo, and add it to your path environment, that's it.

You need to know that some commands aren't working (like moveto()) or aren't implemented yet (like keys()) but I hadn't test all of them for now.

paulbriton commented 7 years ago

This issue can be closed since there is no issue...