如何使用Robotframework在iframe中自动化文本字段

时间:2018-07-18 12:39:50

标签: python-2.7 selenium robotframework

我正在尝试使用Robotframework-Selenium2library自动执行iframe中的文本字段,但是我遇到的问题是在以下脚本中找不到Element。

*** TestCases ***    
Iframe
        Select Frame    xpath=//iframe[contains(@id,'sq-card-number')]
        Input Text  xpath=//iframe[contains(@id,'sq-card-number')]  iframes

enter image description here

0 个答案:

没有答案