File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2
2
<h1 align =" center " >Codeception Appium Driver</h1 >
3
3
<p align =" center " >This is the codeception appium driver for writing Appium Tests.</p >
4
4
<p align =" center " >
5
-
6
5
<a href="LICENSE.md">
7
6
<img src="https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square" alt="Software License">
8
7
</a>
@@ -137,9 +136,9 @@ codecept run --steps
137
136
138
137
## License
139
138
140
- The code is available under the [MIT license](LICENSE.md).
141
- [comment ]: # (core-function-comment)
142
-
139
+ The code is available under the [MIT license](LICENSE.md).
140
+ [comment ]: # (core-function-comment)
141
+
143
142
| Method Name | HTTP | Url/Desc | Payload |
144
143
| ------------------------- | ------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
145
144
| getStatus | GET | /status<br>Query the server's current status. | |
@@ -307,6 +306,6 @@ The code is available under the [MIT license](LICENSE.md).
307
306
| postAcceptAlertEx | POST | /alert/accept<br>post /wd/hub/session/:sessionid/alert/accept | |
308
307
| postDismissAlertEx | POST | /alert/dismiss<br>post /wd/hub/session/:sessionid/alert/dismiss | |
309
308
| getElementRect | GET | /element/:elementid/rect<br>get /wd/hub/session/:sessionid/element/:elementid/rect | |
310
-
311
-
312
- [comment ]: # (core-function-comment)
309
+
310
+
311
+ [comment ]: # (core-function-comment)
Original file line number Diff line number Diff line change 1
- ### resources
2
- - https://github.com/appium/appium-base-driver/blob/master/lib/mjsonwp/routes.js
1
+ ### Resources
2
+
3
+ - https://github.com/appium/appium-base-driver/blob/master/lib/protocol/routes.js
3
4
4
5
- https://w3c.github.io/webdriver/webdriver-spec.html
5
6
You can’t perform that action at this time.
0 commit comments