diff options
Diffstat (limited to 'tests/FunctionalTests/selenium/doc/index.html')
-rw-r--r-- | tests/FunctionalTests/selenium/doc/index.html | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/tests/FunctionalTests/selenium/doc/index.html b/tests/FunctionalTests/selenium/doc/index.html new file mode 100644 index 00000000..8f7fed80 --- /dev/null +++ b/tests/FunctionalTests/selenium/doc/index.html @@ -0,0 +1,30 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd"> + +<HTML> +<head> + <title>Selenium</title> +</head> +<body> + <DIV id="menu"> + <UL id="menulist"> + <LI><A href="index.html">home</A></LI> + <LI><A href="download.html">download</A></LI> + <LI><A href="release-notes.html"> - release notes</A></LI> + <LI><A href="usage.html">usage</A></LI> + <LI><A href="seleniumReference.html"> - commands</A></LI> + <LI><A href="testrunner.html"> - test runner</A></LI> + <LI><A href="driven.html"> - driven</A></LI> + <LI><A href="developingdrivers.html">developing drivers</A></LI> + <LI><A href="contact.html">contact</A></LI> + <LI><A href="demos.html">demos</A></LI> + <LI><A href="http://confluence.public.thoughtworks.org/display/SEL">wiki</A></LI> + <LI><A href="http://confluence.public.thoughtworks.org/display/SEL/FAQ">faq</A></LI> + </UL> + </DIV> +</body> +</HTML> + + + <!-- Do not edit this page beyond its list of links current form --> + <!-- the real front page is home-page.html --> + <!-- which is rendered as index.html on the live website --> |