Hi all,
I'm running into some issues with Behat/Mink/Selenium2/Firefox.
The situation is that I have an IFrame with only a src
attribute, I managed to update the id & the name property of the IFrame with a JS script in my test-step.
But when I call switchToIFrame
with that generated attribute I'm getting the following error: "data did not match any variant of untagged enum FrameId at line x column x"
Can someone help me or point me in the right direction or room?