Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我不得不更新我的脚本以使用扩展 Calabash::Android::Operations 而不是包含 Calabash::Android::Operations。我这样做是为了让它在 Jenkins 中运行,使用较少痛苦的服务。但是现在当我从我的代码中运行 wait_for_elements_exist() 或 performAction() 时,它会出错
# (NoMethodError) 的未定义方法“wait_for_elements_exist”
有没有人遇到过这个。?
尝试以下而不是简单的performAction:
performAction
default_device.performAction(...)