Open aik099 opened 10 years ago
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.