Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

IssuePotential fixRemark
Element cannot be found although it's thereadd a delayif the test triggers a long running action (e.g. activation) this can take longer than the current timeout we use for retrieving elements...
Input field value cannot be queried with xpathdont use xpathinput[@class = 'classname' and @value = 'form input...'] could be changed to input[@class = 'classname] and use WebElement.getAttribute("value") to query the input value.