blob: e70a8bbec9bfaf0abef1e10c16019bd1ed9c3034 [file] [log] [blame]
<!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>selenium.webdriver.common.keys &mdash; Selenium 2.0 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.0',
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 2.0 documentation" href="../index.html" />
<link rel="up" title="Selenium Documentation" href="../api.html" />
<link rel="next" title="selenium.webdriver.common.utils" href="selenium.webdriver.common.utils.html" />
<link rel="prev" title="selenium.webdriver.common.desired_capabilities" href="selenium.webdriver.common.desired_capabilities.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 class="right" >
<a href="selenium.webdriver.common.utils.html" title="selenium.webdriver.common.utils"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="selenium.webdriver.common.desired_capabilities.html" title="selenium.webdriver.common.desired_capabilities"
accesskey="P">previous</a> |</li>
<li><a href="../index.html">Selenium 2.0 documentation</a> &raquo;</li>
<li><a href="../api.html" accesskey="U">Selenium Documentation</a> &raquo;</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">
<div class="section" id="module-selenium.webdriver.common.keys">
<span id="selenium-webdriver-common-keys"></span><h1>selenium.webdriver.common.keys<a class="headerlink" href="#module-selenium.webdriver.common.keys" title="Permalink to this headline"></a></h1>
<dl class="class">
<dt id="selenium.webdriver.common.keys.Keys">
<em class="property">class </em><tt class="descclassname">selenium.webdriver.common.keys.</tt><tt class="descname">Keys</tt><a class="reference internal" href="../_modules/selenium/webdriver/common/keys.html#Keys"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#selenium.webdriver.common.keys.Keys" title="Permalink to this definition"></a></dt>
<dd><dl class="attribute">
<dt id="selenium.webdriver.common.keys.Keys.ADD">
<tt class="descname">ADD</tt><em class="property"> = u'\ue025'</em><a class="headerlink" href="#selenium.webdriver.common.keys.Keys.ADD" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="selenium.webdriver.common.keys.Keys.ALT">
<tt class="descname">ALT</tt><em class="property"> = u'\ue00a'</em><a class="headerlink" href="#selenium.webdriver.common.keys.Keys.ALT" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="selenium.webdriver.common.keys.Keys.ARROW_DOWN">
<tt class="descname">ARROW_DOWN</tt><em class="property"> = u'\ue015'</em><a class="headerlink" href="#selenium.webdriver.common.keys.Keys.ARROW_DOWN" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="selenium.webdriver.common.keys.Keys.ARROW_LEFT">
<tt class="descname">ARROW_LEFT</tt><em class="property"> = u'\ue012'</em><a class="headerlink" href="#selenium.webdriver.common.keys.Keys.ARROW_LEFT" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="selenium.webdriver.common.keys.Keys.ARROW_RIGHT">
<tt class="descname">ARROW_RIGHT</tt><em class="property"> = u'\ue014'</em><a class="headerlink" href="#selenium.webdriver.common.keys.Keys.ARROW_RIGHT" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="selenium.webdriver.common.keys.Keys.ARROW_UP">
<tt class="descname">ARROW_UP</tt><em class="property"> = u'\ue013'</em><a class="headerlink" href="#selenium.webdriver.common.keys.Keys.ARROW_UP" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="selenium.webdriver.common.keys.Keys.BACK_SPACE">
<tt class="descname">BACK_SPACE</tt><em class="property"> = u'\ue003'</em><a class="headerlink" href="#selenium.webdriver.common.keys.Keys.BACK_SPACE" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="selenium.webdriver.common.keys.Keys.CANCEL">
<tt class="descname">CANCEL</tt><em class="property"> = u'\ue001'</em><a class="headerlink" href="#selenium.webdriver.common.keys.Keys.CANCEL" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="selenium.webdriver.common.keys.Keys.CLEAR">
<tt class="descname">CLEAR</tt><em class="property"> = u'\ue005'</em><a class="headerlink" href="#selenium.webdriver.common.keys.Keys.CLEAR" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="selenium.webdriver.common.keys.Keys.COMMAND">
<tt class="descname">COMMAND</tt><em class="property"> = u'\ue03d'</em><a class="headerlink" href="#selenium.webdriver.common.keys.Keys.COMMAND" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="selenium.webdriver.common.keys.Keys.CONTROL">
<tt class="descname">CONTROL</tt><em class="property"> = u'\ue009'</em><a class="headerlink" href="#selenium.webdriver.common.keys.Keys.CONTROL" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="selenium.webdriver.common.keys.Keys.DECIMAL">
<tt class="descname">DECIMAL</tt><em class="property"> = u'\ue028'</em><a class="headerlink" href="#selenium.webdriver.common.keys.Keys.DECIMAL" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="selenium.webdriver.common.keys.Keys.DELETE">
<tt class="descname">DELETE</tt><em class="property"> = u'\ue017'</em><a class="headerlink" href="#selenium.webdriver.common.keys.Keys.DELETE" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="selenium.webdriver.common.keys.Keys.DIVIDE">
<tt class="descname">DIVIDE</tt><em class="property"> = u'\ue029'</em><a class="headerlink" href="#selenium.webdriver.common.keys.Keys.DIVIDE" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="selenium.webdriver.common.keys.Keys.DOWN">
<tt class="descname">DOWN</tt><em class="property"> = u'\ue015'</em><a class="headerlink" href="#selenium.webdriver.common.keys.Keys.DOWN" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="selenium.webdriver.common.keys.Keys.END">
<tt class="descname">END</tt><em class="property"> = u'\ue010'</em><a class="headerlink" href="#selenium.webdriver.common.keys.Keys.END" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="selenium.webdriver.common.keys.Keys.ENTER">
<tt class="descname">ENTER</tt><em class="property"> = u'\ue007'</em><a class="headerlink" href="#selenium.webdriver.common.keys.Keys.ENTER" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="selenium.webdriver.common.keys.Keys.EQUALS">
<tt class="descname">EQUALS</tt><em class="property"> = u'\ue019'</em><a class="headerlink" href="#selenium.webdriver.common.keys.Keys.EQUALS" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="selenium.webdriver.common.keys.Keys.ESCAPE">
<tt class="descname">ESCAPE</tt><em class="property"> = u'\ue00c'</em><a class="headerlink" href="#selenium.webdriver.common.keys.Keys.ESCAPE" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="selenium.webdriver.common.keys.Keys.F1">
<tt class="descname">F1</tt><em class="property"> = u'\ue031'</em><a class="headerlink" href="#selenium.webdriver.common.keys.Keys.F1" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="selenium.webdriver.common.keys.Keys.F10">
<tt class="descname">F10</tt><em class="property"> = u'\ue03a'</em><a class="headerlink" href="#selenium.webdriver.common.keys.Keys.F10" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="selenium.webdriver.common.keys.Keys.F11">
<tt class="descname">F11</tt><em class="property"> = u'\ue03b'</em><a class="headerlink" href="#selenium.webdriver.common.keys.Keys.F11" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="selenium.webdriver.common.keys.Keys.F12">
<tt class="descname">F12</tt><em class="property"> = u'\ue03c'</em><a class="headerlink" href="#selenium.webdriver.common.keys.Keys.F12" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="selenium.webdriver.common.keys.Keys.F2">
<tt class="descname">F2</tt><em class="property"> = u'\ue032'</em><a class="headerlink" href="#selenium.webdriver.common.keys.Keys.F2" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="selenium.webdriver.common.keys.Keys.F3">
<tt class="descname">F3</tt><em class="property"> = u'\ue033'</em><a class="headerlink" href="#selenium.webdriver.common.keys.Keys.F3" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="selenium.webdriver.common.keys.Keys.F4">
<tt class="descname">F4</tt><em class="property"> = u'\ue034'</em><a class="headerlink" href="#selenium.webdriver.common.keys.Keys.F4" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="selenium.webdriver.common.keys.Keys.F5">
<tt class="descname">F5</tt><em class="property"> = u'\ue035'</em><a class="headerlink" href="#selenium.webdriver.common.keys.Keys.F5" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="selenium.webdriver.common.keys.Keys.F6">
<tt class="descname">F6</tt><em class="property"> = u'\ue036'</em><a class="headerlink" href="#selenium.webdriver.common.keys.Keys.F6" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="selenium.webdriver.common.keys.Keys.F7">
<tt class="descname">F7</tt><em class="property"> = u'\ue037'</em><a class="headerlink" href="#selenium.webdriver.common.keys.Keys.F7" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="selenium.webdriver.common.keys.Keys.F8">
<tt class="descname">F8</tt><em class="property"> = u'\ue038'</em><a class="headerlink" href="#selenium.webdriver.common.keys.Keys.F8" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="selenium.webdriver.common.keys.Keys.F9">
<tt class="descname">F9</tt><em class="property"> = u'\ue039'</em><a class="headerlink" href="#selenium.webdriver.common.keys.Keys.F9" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="selenium.webdriver.common.keys.Keys.HELP">
<tt class="descname">HELP</tt><em class="property"> = u'\ue002'</em><a class="headerlink" href="#selenium.webdriver.common.keys.Keys.HELP" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="selenium.webdriver.common.keys.Keys.HOME">
<tt class="descname">HOME</tt><em class="property"> = u'\ue011'</em><a class="headerlink" href="#selenium.webdriver.common.keys.Keys.HOME" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="selenium.webdriver.common.keys.Keys.INSERT">
<tt class="descname">INSERT</tt><em class="property"> = u'\ue016'</em><a class="headerlink" href="#selenium.webdriver.common.keys.Keys.INSERT" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="selenium.webdriver.common.keys.Keys.LEFT">
<tt class="descname">LEFT</tt><em class="property"> = u'\ue012'</em><a class="headerlink" href="#selenium.webdriver.common.keys.Keys.LEFT" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="selenium.webdriver.common.keys.Keys.LEFT_ALT">
<tt class="descname">LEFT_ALT</tt><em class="property"> = u'\ue00a'</em><a class="headerlink" href="#selenium.webdriver.common.keys.Keys.LEFT_ALT" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="selenium.webdriver.common.keys.Keys.LEFT_CONTROL">
<tt class="descname">LEFT_CONTROL</tt><em class="property"> = u'\ue009'</em><a class="headerlink" href="#selenium.webdriver.common.keys.Keys.LEFT_CONTROL" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="selenium.webdriver.common.keys.Keys.LEFT_SHIFT">
<tt class="descname">LEFT_SHIFT</tt><em class="property"> = u'\ue008'</em><a class="headerlink" href="#selenium.webdriver.common.keys.Keys.LEFT_SHIFT" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="selenium.webdriver.common.keys.Keys.META">
<tt class="descname">META</tt><em class="property"> = u'\ue03d'</em><a class="headerlink" href="#selenium.webdriver.common.keys.Keys.META" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="selenium.webdriver.common.keys.Keys.MULTIPLY">
<tt class="descname">MULTIPLY</tt><em class="property"> = u'\ue024'</em><a class="headerlink" href="#selenium.webdriver.common.keys.Keys.MULTIPLY" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="selenium.webdriver.common.keys.Keys.NULL">
<tt class="descname">NULL</tt><em class="property"> = u'\ue000'</em><a class="headerlink" href="#selenium.webdriver.common.keys.Keys.NULL" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="selenium.webdriver.common.keys.Keys.NUMPAD0">
<tt class="descname">NUMPAD0</tt><em class="property"> = u'\ue01a'</em><a class="headerlink" href="#selenium.webdriver.common.keys.Keys.NUMPAD0" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="selenium.webdriver.common.keys.Keys.NUMPAD1">
<tt class="descname">NUMPAD1</tt><em class="property"> = u'\ue01b'</em><a class="headerlink" href="#selenium.webdriver.common.keys.Keys.NUMPAD1" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="selenium.webdriver.common.keys.Keys.NUMPAD2">
<tt class="descname">NUMPAD2</tt><em class="property"> = u'\ue01c'</em><a class="headerlink" href="#selenium.webdriver.common.keys.Keys.NUMPAD2" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="selenium.webdriver.common.keys.Keys.NUMPAD3">
<tt class="descname">NUMPAD3</tt><em class="property"> = u'\ue01d'</em><a class="headerlink" href="#selenium.webdriver.common.keys.Keys.NUMPAD3" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="selenium.webdriver.common.keys.Keys.NUMPAD4">
<tt class="descname">NUMPAD4</tt><em class="property"> = u'\ue01e'</em><a class="headerlink" href="#selenium.webdriver.common.keys.Keys.NUMPAD4" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="selenium.webdriver.common.keys.Keys.NUMPAD5">
<tt class="descname">NUMPAD5</tt><em class="property"> = u'\ue01f'</em><a class="headerlink" href="#selenium.webdriver.common.keys.Keys.NUMPAD5" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="selenium.webdriver.common.keys.Keys.NUMPAD6">
<tt class="descname">NUMPAD6</tt><em class="property"> = u'\ue020'</em><a class="headerlink" href="#selenium.webdriver.common.keys.Keys.NUMPAD6" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="selenium.webdriver.common.keys.Keys.NUMPAD7">
<tt class="descname">NUMPAD7</tt><em class="property"> = u'\ue021'</em><a class="headerlink" href="#selenium.webdriver.common.keys.Keys.NUMPAD7" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="selenium.webdriver.common.keys.Keys.NUMPAD8">
<tt class="descname">NUMPAD8</tt><em class="property"> = u'\ue022'</em><a class="headerlink" href="#selenium.webdriver.common.keys.Keys.NUMPAD8" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="selenium.webdriver.common.keys.Keys.NUMPAD9">
<tt class="descname">NUMPAD9</tt><em class="property"> = u'\ue023'</em><a class="headerlink" href="#selenium.webdriver.common.keys.Keys.NUMPAD9" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="selenium.webdriver.common.keys.Keys.PAGE_DOWN">
<tt class="descname">PAGE_DOWN</tt><em class="property"> = u'\ue00f'</em><a class="headerlink" href="#selenium.webdriver.common.keys.Keys.PAGE_DOWN" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="selenium.webdriver.common.keys.Keys.PAGE_UP">
<tt class="descname">PAGE_UP</tt><em class="property"> = u'\ue00e'</em><a class="headerlink" href="#selenium.webdriver.common.keys.Keys.PAGE_UP" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="selenium.webdriver.common.keys.Keys.PAUSE">
<tt class="descname">PAUSE</tt><em class="property"> = u'\ue00b'</em><a class="headerlink" href="#selenium.webdriver.common.keys.Keys.PAUSE" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="selenium.webdriver.common.keys.Keys.RETURN">
<tt class="descname">RETURN</tt><em class="property"> = u'\ue006'</em><a class="headerlink" href="#selenium.webdriver.common.keys.Keys.RETURN" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="selenium.webdriver.common.keys.Keys.RIGHT">
<tt class="descname">RIGHT</tt><em class="property"> = u'\ue014'</em><a class="headerlink" href="#selenium.webdriver.common.keys.Keys.RIGHT" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="selenium.webdriver.common.keys.Keys.SEMICOLON">
<tt class="descname">SEMICOLON</tt><em class="property"> = u'\ue018'</em><a class="headerlink" href="#selenium.webdriver.common.keys.Keys.SEMICOLON" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="selenium.webdriver.common.keys.Keys.SEPARATOR">
<tt class="descname">SEPARATOR</tt><em class="property"> = u'\ue026'</em><a class="headerlink" href="#selenium.webdriver.common.keys.Keys.SEPARATOR" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="selenium.webdriver.common.keys.Keys.SHIFT">
<tt class="descname">SHIFT</tt><em class="property"> = u'\ue008'</em><a class="headerlink" href="#selenium.webdriver.common.keys.Keys.SHIFT" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="selenium.webdriver.common.keys.Keys.SPACE">
<tt class="descname">SPACE</tt><em class="property"> = u'\ue00d'</em><a class="headerlink" href="#selenium.webdriver.common.keys.Keys.SPACE" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="selenium.webdriver.common.keys.Keys.SUBTRACT">
<tt class="descname">SUBTRACT</tt><em class="property"> = u'\ue027'</em><a class="headerlink" href="#selenium.webdriver.common.keys.Keys.SUBTRACT" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="selenium.webdriver.common.keys.Keys.TAB">
<tt class="descname">TAB</tt><em class="property"> = u'\ue004'</em><a class="headerlink" href="#selenium.webdriver.common.keys.Keys.TAB" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="attribute">
<dt id="selenium.webdriver.common.keys.Keys.UP">
<tt class="descname">UP</tt><em class="property"> = u'\ue013'</em><a class="headerlink" href="#selenium.webdriver.common.keys.Keys.UP" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
</dd></dl>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar">
<div class="sphinxsidebarwrapper">
<h4>Previous topic</h4>
<p class="topless"><a href="selenium.webdriver.common.desired_capabilities.html"
title="previous chapter">selenium.webdriver.common.desired_capabilities</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="selenium.webdriver.common.utils.html"
title="next chapter">selenium.webdriver.common.utils</a></p>
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../_sources/webdriver/selenium.webdriver.common.keys.txt"
rel="nofollow">Show Source</a></li>
</ul>
<div id="searchbox" style="display: none">
<h3>Quick search</h3>
<form class="search" action="../search.html" method="get">
<input type="text" name="q" />
<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 class="right" >
<a href="selenium.webdriver.common.utils.html" title="selenium.webdriver.common.utils"
>next</a> |</li>
<li class="right" >
<a href="selenium.webdriver.common.desired_capabilities.html" title="selenium.webdriver.common.desired_capabilities"
>previous</a> |</li>
<li><a href="../index.html">Selenium 2.0 documentation</a> &raquo;</li>
<li><a href="../api.html" >Selenium Documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer">
&copy; Copyright 2011, plightbo, simon.m.stewart, hbchai, jrhuggins, et al..
</div>
</body>
</html>