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.
一般来说,我是红宝石和编程方面的新手。我有一个,也许愚蠢的问题是可以将 rwebspec 中的所有方法与watir -webdriver一起使用。如果可能的话,请告诉我。
谢谢
RWebSpec 是所有 Watir/Selenium-WebDriver 方法的包装器。因此,通过使用它,您实际上是在使用这些底层工具。您没有理由明确需要使用 Watir-WebDriver。