mirror of
https://github.com/appium/appium.git
synced 2026-05-12 22:08:40 -05:00
Update docs
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user