Update docs

This commit is contained in:
Isaac Murchie
2018-03-30 11:17:25 -04:00
parent 048ca4be43
commit ed6dd6566b
2 changed files with 5 additions and 2 deletions
+3
View File
@@ -22,6 +22,9 @@
<li>
<a href='/docs/en/commands/session/screenshot.md'>Screenshot</a>
</li>
<li>
<a href='/docs/en/commands/session/source.md'>Source</a>
</li>
<li>
Timeouts<ul> <li>
<a href='/docs/en/commands/session/timeouts/timeouts.md'>Timeouts</a>
+2 -2
View File
@@ -52,8 +52,8 @@ In a web context, the source returns the source HTML of the current window. In a
This method is useful for inspecting your application hierarchy and using that to write [selectors](/docs/en/commands/element/find-element.md)
(NOTE: iOS and Android don't have standard ways of defining their application source, so on calls to 'Get Page Source' Appium traverses the app hierarchy
and creates an XML document. Thus, getting the source can oftentime be an expensive and time-consuming operation)
(NOTE: iOS and Android don't have standard ways of defining their application source, so on calls to 'Get Page Source' Appium traverses the app hierarchy
and creates an XML document. Thus, getting the source can often be an expensive and time-consuming operation)
## Support