Skip to content

Commit

Permalink
AdamGoucher - so in theory there are now docs generated from the pyth…
Browse files Browse the repository at this point in the history
…on source. it will need someone(s) to go over them for accuracy and dead links, etc. oh. and its not crazy-fun-ed. oh. is anything in the python stuff crazy fun?

r14160
  • Loading branch information
Adam Goucher committed Oct 14, 2011
1 parent b9258c6 commit fc60cdc
Show file tree
Hide file tree
Showing 122 changed files with 18,071 additions and 356 deletions.
4 changes: 4 additions & 0 deletions docs/api/py/.buildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 0551d5a1b844eb237b80645e2e83bdd4
tags: fbb0d17656682115ca4d033fb2f83ba1
109 changes: 109 additions & 0 deletions docs/api/py/_modules/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>Overview: module code &mdash; Selenium v2.8.1 documentation</title>
<link rel="stylesheet" href="../_static/default.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
VERSION: '2.8.1',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
<link rel="top" title="Selenium v2.8.1 documentation" href="../index.html" />
</head>
<body>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li><a href="../index.html">Selenium v2.8.1 documentation</a> &raquo;</li>
</ul>
</div>

<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">

<h1>All modules for which code is available</h1>
<ul><li><a href="selenium/common/exceptions.html">selenium.common.exceptions</a></li>
<li><a href="selenium/selenium.html">selenium.selenium</a></li>
<li><a href="selenium/webdriver/chrome/service.html">selenium.webdriver.chrome.service</a></li>
<li><a href="selenium/webdriver/chrome/webdriver.html">selenium.webdriver.chrome.webdriver</a></li>
<li><a href="selenium/webdriver/common/action_chains.html">selenium.webdriver.common.action_chains</a></li>
<li><a href="selenium/webdriver/common/alert.html">selenium.webdriver.common.alert</a></li>
<li><a href="selenium/webdriver/common/by.html">selenium.webdriver.common.by</a></li>
<li><a href="selenium/webdriver/common/desired_capabilities.html">selenium.webdriver.common.desired_capabilities</a></li>
<li><a href="selenium/webdriver/common/keys.html">selenium.webdriver.common.keys</a></li>
<li><a href="selenium/webdriver/common/utils.html">selenium.webdriver.common.utils</a></li>
<li><a href="selenium/webdriver/firefox/extension_connection.html">selenium.webdriver.firefox.extension_connection</a></li>
<li><a href="selenium/webdriver/firefox/firefox_binary.html">selenium.webdriver.firefox.firefox_binary</a></li>
<li><a href="selenium/webdriver/firefox/firefox_profile.html">selenium.webdriver.firefox.firefox_profile</a></li>
<li><a href="selenium/webdriver/firefox/webdriver.html">selenium.webdriver.firefox.webdriver</a></li>
<li><a href="selenium/webdriver/ie/webdriver.html">selenium.webdriver.ie.webdriver</a></li>
<li><a href="selenium/webdriver/remote/command.html">selenium.webdriver.remote.command</a></li>
<li><a href="selenium/webdriver/remote/errorhandler.html">selenium.webdriver.remote.errorhandler</a></li>
<li><a href="selenium/webdriver/remote/remote_connection.html">selenium.webdriver.remote.remote_connection</a></li>
<li><a href="selenium/webdriver/remote/utils.html">selenium.webdriver.remote.utils</a></li>
<li><a href="selenium/webdriver/remote/webdriver.html">selenium.webdriver.remote.webdriver</a></li>
<li><a href="selenium/webdriver/remote/webelement.html">selenium.webdriver.remote.webelement</a></li>
</ul>

</div>
</div>
</div>
<div class="sphinxsidebar">
<div class="sphinxsidebarwrapper">
<div id="searchbox" style="display: none">
<h3>Quick search</h3>
<form class="search" action="../search.html" method="get">
<input type="text" name="q" size="18" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
<p class="searchtip" style="font-size: 90%">
Enter search terms or a module, class or function name.
</p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li><a href="../index.html">Selenium v2.8.1 documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer">
&copy; Copyright 2011, plightbo, simon.m.stewart, hbchai, jrhuggins, et al..
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.7.
</div>
</body>
</html>
Loading

0 comments on commit fc60cdc

Please sign in to comment.