问题
I know how to select a frame.
Select Frame css:iframe[id^="PopupBoxIframe_"]
but DevExpress opens a pop-up. And I don't know how to select that pop-up
It doesn't work with Select Window somehow
this is the ID ctl00_aspxMasterPopup_PWH0T
but Select Window searches for Title , Name or... but no ID
回答1:
this was the solution. first you do an unselect, then a select, somehow that does the trick.
unselect frame
Select Frame css:iframe[id^="PopupBoxIframe_"]
来源:https://stackoverflow.com/questions/57195789/robotframework-how-to-close-a-pop-up