How to click an text in drop down menu in HTML link which is inside shadow dom using robot frame work?
Example:
colors
Red
Orange
Green
Yellow
Need to select any of the option.
Select Frame dom:document.querySelector("visualization-component-sdkwe234kjdbv").shadowRoot.querySelector("iframe")
https://robotframework.org/SeleniumLibrary/SeleniumLibrary.html#Locating%20elements
1 Like