8000 Release v1.3.0 · qa-tools/qa-tools · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v1.3.0

Latest
Compare
Choose a tag to compare
@aik099 aik099 released this 30 Nov 16:39
· 2 commits to master since this release
2e8482d

Added

  • Added the public Page::getBrowserUrl method, that returns URL of the Web Browser (overriding allows operating within a frameset).
  • Added the protected Page::setBrowserUrl method, that sets URL of the Web Browser (overriding allows operating within a frameset).
  • Added the public PageFactory::translateToXPath method for converting Selenium-style selector (how + using) into XPath.
  • Added waitFor method to all typified elements (subclasses of the AbstractTypifiedElement class).

Changed

  • The WebElement::waitFor method now provide WebElement class (or used subclass, like AbstractElementContainer, etc.) instance to the callback instead of a Mink's NodeElement class instance.
  • The Page::waitFor method now provide Page class (or used subclass, like TypifiedPage, BEMPage, etc.) instance to the callback instead of a Mink's DocumentElement class instance.
  • The se selector handler is no longer registered in the Mink Session (use the PageFactory::translateToXPath instead).
0