Skip to content

Commit 60b83fb

Browse files
committed
Update README
1 parent c83bee0 commit 60b83fb

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

+6-7
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<h1 align="center">Codeception Appium Driver</h1>
33
<p align="center">This is the codeception appium driver for writing Appium Tests.</p>
44
<p align="center">
5-
65
<a href="LICENSE.md">
76
<img src="https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square" alt="Software License">
87
</a>
@@ -137,9 +136,9 @@ codecept run --steps
137136

138137
## License
139138

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+
143142
| Method Name | HTTP | Url/Desc | Payload |
144143
| ------------------------- | ------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
145144
| getStatus | GET | /status<br>Query the server's current status. | |
@@ -307,6 +306,6 @@ The code is available under the [MIT license](LICENSE.md).
307306
| postAcceptAlertEx | POST | /alert/accept<br>post /wd/hub/session/:sessionid/alert/accept | |
308307
| postDismissAlertEx | POST | /alert/dismiss<br>post /wd/hub/session/:sessionid/alert/dismiss | |
309308
| 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)

RESOURCES.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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
34

45
- https://w3c.github.io/webdriver/webdriver-spec.html
56

0 commit comments

Comments
 (0)