I am new to Robot Framework. While entering the card number in the card-number text field only the first 4 digits are getting entered. To enter the rest of the digits I have to use the "Input Text" Keyword again with next 4 digits. With Java/Python we have options like sendkeys and Action sendkeys. But with Robot Framework's SeleniumLibrary I could not find anything else than Input Text.
Currently the workaround I am using is:
Make Payment [Documentation] Enter the card details and make payment Click Element ${PAY_WITH_CARD_BUTTON} Sleep 1 Select Frame ${FRAME} Input Text ${EMAIL_FIELD} ${email} Input Text ${CARD_NUMBER_FIELD} 4242 Input Text ${CARD_NUMBER_FIELD} 4242 clear=False
Is there any way that I can enter it at one go? The website on which I am trying is: https://weathershopper.pythonanywhere.com/