Selenium - Update to WebDriver -
i using "selenium-server-server-standalone-2.44.0.jar" jar file run test suite in selenium test runner. runs in firefox & chrome, gives info text in test run report
"info: selenium 1.0 (core, rc, etc) no longer under active development. please update webdriver asap"
how update webdriver manually? or how can rid of info text?
the info message seeing warning if continue use selenium rc api, tests can stop working more recent releases of browsers. in upcoming selenium 3, rc api dropped outright.
there no way rid of text, warning message, , valuable warning message.
in order move on webdriver need rewrite tests. suggestion start failing ones first. start reading through official documentation. there link there pointing towards more specifics. while @ it, might want consider refactoring code use pageobjects, not available in selenium 1.
note while migrating tests, quite possible run mix of webdriver , rc tests in same project.
Comments
Post a Comment