Hi All,
I tried below methods to select the value from the dropdown and facing the below error message.
Methods tried:
Click Element name:oneTimeEntitlements[1].itemLicensingModelId
Wait Until Page Contains Element xpath://*[@id="licensingModelDropDown"]/option[3] timeout=10
getting error for the below.
#Click Element xpath://*[@id="licensingModelDropDown"]/option[3]
#Select From List By Value xpath=//*[@id="licensingModelDropDown"] 1006
#Select From List By Index xpath=//*[@id="licensingModelDropDown"] 3
#Select From List By Label xpath=//*[@id="licensingModelDropDown"] item#2
Error Message:
ElementNotInteractableException: Message: element not interactable: Element is not currently visible and may not be manipulated.
Application code:
Please help me.
Regards,
Priya