Behat / MinkExtension

Mink extension (tight integration and configuration) for Behat
MIT License
636 stars 279 forks source link

element visible question #349

Closed p2635 closed 7 months ago

p2635 commented 5 years ago

I'm a newbie at using Behat, am I correct in saying that the following step only checks by css? 'Then I should see an "h2.content-subhead" element'

How would I go about checking an element is visible by id or value? Please let me know if this is part of a mink step or if I have to write my own php function for that.