English 中文(简体)
WebdriverIO Tutorial

Selected Reading

WebdriverIO - Architecture
  • 时间:2024-03-18 21:04:57

WebdriverIO - Architecture


Previous Page Next Page  

网络繁荣构造包括以下组成部分:

    NodeJS

    WebdriverIO

    Java

    JSONtel Protocol

    服务

    浏览器

    申请

Nodejs is enabled to execute the Java runtime environment. It is actually an open-source project. WebdriverIO is developed on Nodejs and Java is the script implemented by the end-user using the WebdriverIO pbrary.

Thus the Java implemented by the end-user passes a request using the WebdriverIO via Nodejs to the 服务 (in the format of an HTTP command). The entire process is done following the JSONtel Protocol.

服务 send the request to the browsers pke Chrome, Firefox, and so on to execute a test against the apppcation under test. Thus the 服务 can be termed as a middle-layer between the browser and the automation framework.

Advertisements