setValue not working in Safari browser #2753
Unanswered
Mahad28
asked this question in
Help Needed
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
this.api.element('css selector', '#credit-card-frame', (result) => {
const frameWebElementId = result.value;
this.api.frame(frameWebElementId);
this
.setValue('@creditCardNumberInput', cardNumber)
.setValue('@creditCardSecurityCodeInput', securityCode)
});
this.api.frameParent();
Can anyone help me in this as the first setvalue after frame is not working on Safari.
Beta Was this translation helpful? Give feedback.
All reactions