Tag: web driver

  • Selenium Chrome driver nuances

    When writing test, you generally tend to run the test in one browser and expect it to work on all the rest (except maybe Internet Explorer). I had ran my tests on Firefox and they succeeded but not on Chrome. In Firefox, if you click on an element that is not currently visible on the…