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.
我想打开一个 ChromeDriver 会话,然后导航到一个 URL 并使用 Swift 在页面上找到一些 Web 元素。Swift 不支持 Selenium。尝试使用 XCTest 但它仅适用于测试自定义应用程序。如何使用 Swift 在 chrome 浏览器上打开 say google.com?这可以在不创建项目的情况下在 XCode 操场上完成吗?