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
{{ message }}
This repository was archived by the owner on Mar 20, 2024. It is now read-only.
I don't know if this ever worked but it's not working now for me on master branch. I am using selenium standalone as a driver version 2.48.2 if that has something to do with it...
The text was updated successfully, but these errors were encountered:
The alt attribute does not make sense for <button>. Buttons with a alt which is matched are <input type="image" alt="foo" /> (yes, this is a button in HTML)
Hi,
The "alt" attribute on button is not clickable with "I press" method and this line https://github.com/Behat/MinkExtension/blob/master/src/Behat/MinkExtension/Context/MinkContext.php#L77
is misleading because it says you can use "alt" attribute on a button and it doesn't work either with
<button alt="foo">
or<input type="submit" alt="foo" />
I don't know if this ever worked but it's not working now for me on master branch. I am using selenium standalone as a driver version 2.48.2 if that has something to do with it...
The text was updated successfully, but these errors were encountered: