How to use execute javascript keyword in robot framework to enter text into the textbox.
I have tried to locate element by:
${get_code} Execute Javascript document.getElementById('code')
Now I'm trying to input a value into the above element.
Input Text
keyword inSeleniumLibrary
– JaPyRExecute Javascript document.getElementById('code').value = '${text_variable}'
– JaPyR