| <!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" xml:lang="en" lang="en"> |
| <head> |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
| <title> |
| Module: Selenium::Client |
| |
| — Documentation by YARD 0.8.1 |
| |
| </title> |
| |
| <link rel="stylesheet" href="../css/style.css" type="text/css" media="screen" charset="utf-8" /> |
| |
| <link rel="stylesheet" href="../css/common.css" type="text/css" media="screen" charset="utf-8" /> |
| |
| <script type="text/javascript" charset="utf-8"> |
| hasFrames = window.top.frames.main ? true : false; |
| relpath = '../'; |
| framesUrl = "../frames.html#!" + escape(window.location.href); |
| </script> |
| |
| |
| <script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script> |
| |
| <script type="text/javascript" charset="utf-8" src="../js/app.js"></script> |
| |
| |
| </head> |
| <body> |
| <div id="header"> |
| <div id="menu"> |
| |
| <a href="../_index.html">Index (C)</a> » |
| <span class='title'><span class='object_link'><a href="../Selenium.html" title="Selenium (module)">Selenium</a></span></span> |
| » |
| <span class="title">Client</span> |
| |
| |
| <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div> |
| </div> |
| |
| <div id="search"> |
| |
| <a class="full_list_link" id="class_list_link" |
| href="../class_list.html"> |
| Class List |
| </a> |
| |
| <a class="full_list_link" id="method_list_link" |
| href="../method_list.html"> |
| Method List |
| </a> |
| |
| <a class="full_list_link" id="file_list_link" |
| href="../file_list.html"> |
| File List |
| </a> |
| |
| </div> |
| <div class="clear"></div> |
| </div> |
| |
| <iframe id="search_frame"></iframe> |
| |
| <div id="content"><h1>Module: Selenium::Client |
| |
| |
| |
| </h1> |
| |
| <dl class="box"> |
| |
| |
| |
| |
| |
| |
| |
| |
| <dt class="r1 last">Defined in:</dt> |
| <dd class="r1 last">rb/lib/selenium/client/base.rb<span class="defines">,<br /> |
| rb/lib/selenium/client/driver.rb,<br /> rb/lib/selenium/client/errors.rb,<br /> rb/lib/selenium/client/protocol.rb,<br /> rb/lib/selenium/client/idiomatic.rb,<br /> rb/lib/selenium/client/extensions.rb,<br /> rb/lib/selenium/client/legacy_driver.rb,<br /> rb/lib/selenium/client/selenium_helper.rb,<br /> rb/lib/selenium/client/javascript_frameworks/jquery.rb,<br /> rb/lib/selenium/client/javascript_expression_builder.rb,<br /> rb/lib/selenium/client/javascript_frameworks/prototype.rb</span> |
| </dd> |
| |
| </dl> |
| <div class="clear"></div> |
| |
| <h2>Defined Under Namespace</h2> |
| <p class="children"> |
| |
| |
| <strong class="modules">Modules:</strong> <span class='object_link'><a href="Client/Base.html" title="Selenium::Client::Base (module)">Base</a></span>, <span class='object_link'><a href="Client/Extensions.html" title="Selenium::Client::Extensions (module)">Extensions</a></span>, <span class='object_link'><a href="Client/GeneratedDriver.html" title="Selenium::Client::GeneratedDriver (module)">GeneratedDriver</a></span>, <span class='object_link'><a href="Client/Idiomatic.html" title="Selenium::Client::Idiomatic (module)">Idiomatic</a></span>, <span class='object_link'><a href="Client/JavascriptFrameworks.html" title="Selenium::Client::JavascriptFrameworks (module)">JavascriptFrameworks</a></span>, <span class='object_link'><a href="Client/Protocol.html" title="Selenium::Client::Protocol (module)">Protocol</a></span>, <span class='object_link'><a href="Client/SeleniumHelper.html" title="Selenium::Client::SeleniumHelper (module)">SeleniumHelper</a></span> |
| |
| |
| |
| <strong class="classes">Classes:</strong> <span class='object_link'><a href="Client/CommandError.html" title="Selenium::Client::CommandError (class)">CommandError</a></span>, <span class='object_link'><a href="Client/Driver.html" title="Selenium::Client::Driver (class)">Driver</a></span>, <span class='object_link'><a href="Client/JavascriptExpressionBuilder.html" title="Selenium::Client::JavascriptExpressionBuilder (class)">JavascriptExpressionBuilder</a></span>, <span class='object_link'><a href="Client/ProtocolError.html" title="Selenium::Client::ProtocolError (class)">ProtocolError</a></span> |
| |
| |
| </p> |
| |
| <h2>Constant Summary</h2> |
| |
| <dl class="constants"> |
| |
| <dt id="HTTP_HEADERS-constant" class="">HTTP_HEADERS = |
| |
| </dt> |
| <dd><pre class="code"><span class='lbrace'>{</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>Content-Type</span><span class='tstring_end'>'</span></span> <span class='op'>=></span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>application/x-www-form-urlencoded; charset=utf-8</span><span class='tstring_end'>'</span></span> <span class='rbrace'>}</span></pre></dd> |
| |
| </dl> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| </div> |
| |
| <div id="footer"> |
| Generated on Thu Jul 19 12:32:21 2012 by |
| <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> |
| 0.8.1 (ruby-1.9.3). |
| </div> |
| |
| </body> |
| </html> |