Kernel::System::UnitTest::Selenium should extend Test::Selenium::Remote::Driver #868
Labels
selenium
Related to fixing or improving testing with Selenium
Milestone
Currently Kernel::System::UnitTest::Selenium extends Selenium::Remote::Driver. Test::Selenium::Remote::Driver extends Selenium::Remote::Driver and adds testing methods. Thus switching the base class gives nifty testing methods to Kernel::System::UnitTest::Selenium for free.
No additional dependencies have to be added. My hunch is that the setup of the WebElement class should work out of the box.
The text was updated successfully, but these errors were encountered: