JSON Wire协议的API,支持Selenium、Selendroid、Appium
github.com/razielsd/webdriverlib
源代码
问题
安装量: 304,195
依赖者: 1
建议者: 0
安全: 0
星标: 3
关注者: 2
分支: 1
开放问题: 0
Requires
Requires (Dev)
None
Suggests
Provides
Conflicts
Replaces
BSD-3 e498afc36a8cdeab5b6ca95016420557baf32f36
seleniumappiumselendroid
This package is not auto-updated.
Last update: 2024-09-14 19:58:32 UTC
WebDriverLib - JSON Wire Protocol(如Selenium WebDriver)的简单用法API。
//connect to Selenium self::$driver = new WebDriver('localhost', 4444); //set select field value $driver->find('xpath=//select')->value(555); //set input field value $driver->find('xpath=//input')->value(555);