简体   繁体   中英

Robot-Framework-Test-Automation selenium

I need help to use a syntax similar to driver.SwitchTo().ParentFrame() in python 2.7. This syntax work fine in C#

Can anybody tell me how to get back to parent frame from child frame ?

Thanks in advance

您不能从任何子框架返回父框架,但是可以通过调用Selenium2Library关键字Unselect frame从子框架回到主框架。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM