We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5b8f96 commit cacc744Copy full SHA for cacc744
selenium/README
@@ -8,4 +8,13 @@ Download and install the Selenium IDE from: http://seleniumhq.org/projects/ide/
8
9
Take a look at the Selenium IDE documentation: http://seleniumhq.org/docs/02_selenium_ide.html
10
11
-Use the Selenium IDE to open the test suite: adminSuite.html
+Youtube videos can be quite handy:
12
+ http://www.youtube.com/watch?v=i4NTGUm6oeQ
13
+ http://www.youtube.com/results?search_query=selenium+tutorial+for+beginner
14
+
15
+Use the Selenium IDE to open the test suites:
16
+ adminSuite.html
17
+ frameless/suite.html
18
19
+GOTCHAS ---
20
+ Change: <link rel="selenium.base" href="http://webgui.dbash.com" /> TO: <link rel="selenium.base" href="http://your_test_website" />
0 commit comments