使用 Selenium 和 c# 在 android 移动模拟器上测试网站

Test website on android Mobile emulator using Selenium and c#

我想 运行 通过 android 模拟器进行一些 selenium c# 测试。

我该怎么做? 我需要另一个第三方吗? EG Selendroid/

可以运行直接吗?

是否有指导您完成整个过程的教程或链接?

非常感谢

如果您想测试 android 应用程序,您确实需要像 selendroid 这样的东西。看看 Selendroid.

如果您想在移动 Android 设备上测试网站,您可以使用模拟器 Appium in combination with Selenium Grid

查看 Appium getting started

的入门