Hello All,
I am new to Robot Framework and I am trying to select the value from the drop down, but the value is not getting set.
The value for Select a Network is derived from the previous input “Location” and can change based on the location I choose. However, I try to input the right value, but it is not getting set.
I tried the below options, but it doesnt work.
execute javascript document.getElementById(‘dropdownlist-1124-inputEl’).value=‘${network}’
Input Text id:dropdownlist-1124-inputEl ${network}
Please let me know how to set the value to the input text box from the drop down and get the value assigned.
Thanks,
Ram