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
I planned to provide something like this, although it may not be possible to integrate every Mink specific step. We will have problems with steps accessing elements via selectors (id, name ...). Maybe we can support something like interacting of an property (which should be some sort of web element or typified one) by name/identifier of our pages.
I see following steps that might come in handy:
I visit {PageClass} page
- will:$this->page
(of FeatureContext)$this->page->open()
Also we need to implement existing steps (from
MinkContext
) in a way, that they would access$this->page
instead of using$this->session
directly.The text was updated successfully, but these errors were encountered: