You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.
@kmorcinek Currently I'm unable to migrate Tellurium to Selenium 3.X because geckodriver has no option of taking full page screenshots. Problem is described in this issue mozilla/geckodriver#570 Without full page screenshots VisualAssertions seems to be partially useless. You can still run tests on Firefox with Tellurium and Selenium 2.53, simply install firefox 47 and block auto-updates. There is also an option for creating BrowserAdapter from existing driver so there is a chance that it could work with selenium 3.X (try install Tellurium, update Selenium to 3.X and add appropriate binding redirect in app.config)
Now it does not work for SampleUITest for Firefox.
There is need to switch to geckodriver:
http://stackoverflow.com/questions/38916650/what-are-the-benefits-of-using-marionette-firefoxdriver-instead-of-the-old-selen/38917100#38917100
I have tried but had not luck, and my time run out.
@cezarypiatek btw which version of FF (x86, x64) are you using? There are different drivers and I think we should stick to the one that you have.
The text was updated successfully, but these errors were encountered: