Skip to content

Feature/support logging of element property getters

Compare
Choose a tag to compare
@mialeska mialeska released this 06 Jul 15:10
· 101 commits to master since this release
767a188
  • Added logging of element property getters
  • Enhanced logging for ComboBox methods
  • Enhanced logging for CheckBox and RadioButton elements
  • Add logging of Browser's handle alert methods
  • Add logging of Browser's waitForPageToLoad()
  • Reworked BrowserFactory, enhance retrying/logging of driver start
  • Add logging of current URL
  • Add DEBUG logging of capabilities, start arguments and options
  • Disable logging of setScriptTimeout if the value wasn't changed
  • Support logging of ElementStateProvider methods
  • Add logging of JsActions getters: isElementOnScreen and getXPath
  • Removed redundant localization values unused in the current lib
  • Deprecated Form's isDisplayed() method, add state() instead