菜鸟教程小白 发表于 2022-12-12 18:09:31

android - 我们可以使用 calabash 启动 Web 浏览器吗?


                                            <p><p>我需要<strong>最小化我的应用程序</strong>,并且需要在 iOS/Android <strong>移动设备中<strong>启动浏览器</strong>(任何移动浏览器/Firefox/Chrome/Safari)强>。如果有任何可能的方法来实现它使用 <strong>Calabash</strong>。</p>

<p>准备好使用任何 Web 驱动程序,例如 Selenium/Watir。</p>

<p>请提供解决此问题的建议。提前致谢。</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>在 Calabash iOS 中,您可以后台运行应用程序,但您不能与应用程序之外的任何应用程序进行交互。</p>

<pre><code># send the app to the background for 5 sec
&gt; send_app_to_background 5
</code></pre>

<p>我听说有些人成功地使用 Calabash 中的 watir 打开主机上的 Web 浏览器并与之交互。</p>

<p>我对 Calabash Android 的了解不够多,无法发表评论。我知道 Calabash Android <code>app_to_background</code> 功能还没有实现。</p></p>
                                   
                                                <p style="font-size: 20px;">关于android - 我们可以使用 calabash 启动 Web 浏览器吗?,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/21307069/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/21307069/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: android - 我们可以使用 calabash 启动 Web 浏览器吗?