tree: bdc2d542b13f1352d7782bfe6941c29c167c3f4c [path history] [tgz]
  1. automated_ui_tests/
  2. captured_sites_tests/
  3. cts_archive/
  4. cts_config/
  5. sdk_sandbox/
  6. system_webview_shell/
  7. webview_log_verbosifier/
  8. .style.yapf
  9. cts_utils.py
  10. cts_utils_test.py
  11. OWNERS
  12. PRESUBMIT.py
  13. pylintrc
  14. README.md
  15. record_netlog.py
  16. remove_preinstalled_webview.py
  17. run_cts.py
  18. run_cts.pydeps
  19. run_cts_test.py
  20. run_simpleperf.py
  21. run_simpleperf_test.py
  22. update_cts.py
  23. update_cts_test.py
android_webview/tools/README.md

WebView Tools

This folder includes various tools for testing or developing WebView. This code should not be included in the WebView product itself.

To learn more about python scripts: run the script with the --help command. This should provide basic documentation for what the script does and how to use it. You may also be able to find additional usage documentation for some scripts on the subpages of WebView Docs.

To learn more about the System WebView Shell Android app: please read the usage documentation.