Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PC端自动化无法解决两个frame嵌套后正确找到元素的问题 #51

Closed
ftvbftvbq opened this issue May 16, 2016 · 0 comments
Closed

Comments

@ftvbftvbq
Copy link

ftvbftvbq commented May 16, 2016

  • Macaca Version:
    1.0.24
  • Macaca Doctor:
    正常
  • Platform:
    Mac
        <div class="welcome">
            <form action="#" onsubmit="return sch()">
            <select name="tp" id="tp">
                <option value="1">用户名</option>
                <option value="2">姓名</option>
                <option value="3">手机号</option>
                <option value="4">手机号2</option>
                <option value="5">身份证号码</option>
            </select>
            <input name="val" id="val" onclick="return val_onclick()" />
            </form>
这个页面的元素分别中两个frame中,我查看了api的部分,没有任何函数支持这种进入frame获取元素的,请问有什么具体的解决办法吗?谢谢!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants