web driver
webdriver
Nightwatch也开发了自己的SeleniumWebDriver 。 Nightwatch has its own implementation of the selenium WebDriver . SeleniumWebDriver 是SeleniumRC的继承者。 Selenium Webdriver is the next step to Selenium RC. 以及,SeleniumWebdriver 不需要本地服务器。 Selenium Webdriver does not depends upon the server. Selenium远程控制(RC)、WebDriver 和Selenium网格。 Selenium Remote Control(RC); WebDriver ; and Selenium Grid. 另外,MicrosoftWebDriver 现在是一项按需功能。 In addition, Microsoft WebDriver is now a Feature on Demand.
因为它们使用相同的WebDriver ,并且以同样的方式使用DesiredCapabilities。 It uses the same WebDriver and DesiredCapabilities is used in the same way. 在项目内部,它们分别被称为“IDE”、“WebDriver ”和“Grid”。 Within the project, they are referred to as"IDE","WebDriver " and"Grid". SeleniumWebDriver 以最流行的免费和开源测试自动化框架而闻名。 Selenium WebDriver is known for being the most popular free and open-source test automation framework. 它可以使用ScriptDeveloperIDE开发脚本或使用WebDriver 在Java中编写所有测试。 It can develop scripts with Script Developer IDE or code all tests in Java using WebDriver . WebDriver 直接与Web浏览器通信,并使用其本机兼容性进行自动化。WebDriver immediately communicates with the browser and uses its indigenous compatibility to automate.WebDriver 针对各个浏览器而开发,取代了嵌入到被测Web应用中的JavaScript。WebDriver is developed for each browser and replaces the JavaScript that was embedded on web applications being tested.SeleniumWebDriver 接受命令(在Selenese中发送,或通过客户端API)并将它们发送到浏览器。 WebDriver accepts commands(sent in Selenese, or via a Client API) and sends them to a browser.在某些情况下,WebDriver 可能在页面加载完毕前就返回控制了,甚至是开始加载之前。 In some circumstances, WebDriver may return control before the page has finished, or even started, loading. WebDriver 旨在提供一个更简单,更简洁的编程接口以及解决一些Selenium-RCAPI的限制。Webdriver aimed to deliver easy and helpful programming interface to resolve limitations of Selenium RC programming api.WebDriver 旨在提供一个更简单,更简洁的编程接口以及解决一些Selenium-RCAPI的限制。WebDriver is designed in a simpler and more concise programming interface along with some limitations in the Selenium-RC API.WebDriver 是一个进行web应用测试自动化的工具,主要用于验证它们的行为是否符合期望。WebDriver is a tool for automating web application testing, and in particular to verify that they work as expected.年,谷歌的一位名叫西蒙斯图尔特的勇敢的工程师开始了一个他称之为“WebDriver ”的项目。 In 2006, a plucky engineer at Google named Simon Stewart started work on a project he called WebDriver . 这是一个开源工具,通过使用Selenium/Webdriver API来测试移动设备的iOS原生,混合或Web应用程序。 It is an Open-source tool used to test iOS native, Hybrid, or web apps for the mobile by using the Selenium/Webdriver API. WebDriver 的目标是提供一个良好设计的面向对象的API,提供了对于现代先进web应用程序测试问题的改进支持。WebDriver 's goal is to supply a well-designed object-oriented API that provides improved support for modern advanced web-app testing problems.通过Robot,您可以运行各种自动化测试,包括由SeleniumWebdriver 所提供的、基于UI元素和API的测试。 With Robot, you can run a variety of automated tests; both UI element based and API tests, with the assistance of Selenium Webdriver .
Display more examples
Results: 65 ,
Time: 0.0171