You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).