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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
According to the documentation on using iFrames, the commands need to be nested in
within
.I have a contact form embedded in an iFrame that I want to test:
I.see
works, butI.fillField
does not fill in the field.When I go to the contact form page directly (when the contact form is not embedded in an iFrame) and use
I.fillField('#edit-message', 'This is a test message.')
Then the field is filled in correctly.
So what do I need to do to use
fillField
inside an iFrame?Beta Was this translation helpful? Give feedback.
All reactions