gpt4 book ai didi

ios - Calabash-ios - 如何设置位置?

转载 作者:塔克拉玛干 更新时间:2023-11-02 08:40:06 27 4
gpt4 key购买 nike

我正在尝试使用 calabash-ios 设置位置,是否可以使用 calabash-ios 设置位置?

在这里搜索过https://github.com/calabash/calabash-ios/wiki/02-Predefined-steps却一无所获。

-编辑-

我找到了一个解决方案,有一个名为set_location的方法,您只需编辑 01_launch.rb 文件并使用以下代码:

Before do |scenario|
@calabash_launcher = Calabash::Cucumber::Launcher.new
unless @calabash_launcher.calabash_no_launch?
@calabash_launcher.relaunch
set_location(latitude: -23.884659, longitude: -46.099488)
@calabash_launcher.calabash_notify(self)
end
end

最佳答案

您可以使用以下设置位置

set_location(latitude: #{value}, longitude: #{value}) 

关于ios - Calabash-ios - 如何设置位置?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22069394/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com