We are upgrading our testing tools from Selenium 2.53 to the newest (3.11.0) Selenium with Selenium-grid-3. We are using Jenkins to run Scenarios through grid on slave machines on Chrome and Firefox. Geckodriver for Firefox does not support Firefox V<=47, therefore we must upgrade Mozilla browser as well to the newest version (59.0.2).
Running test cases on Chrome is fine. On the other hand running test cases on Firefox is absolutely not fine.
The problem is that Firefox somehow uses different media query which means that some element is not visible on the page, therefore Selenium for example can not click on it (Browser resolution is fullHD but uses @media screen and (max-width: 750px) all the time).
We tested the same test case on Selenium 2.53 and Firefox 47.0.2 and that was fine, everything went well (and as I mentioned It is okay on Chrome as well).
Does anybody know any solution for this problem? Thank you
Aucun commentaire:
Enregistrer un commentaire