diff --git a/selenium/frameless/contentFilters.html b/selenium/frameless/contentFilters.html
new file mode 100644
index 000000000..cf3684411
--- /dev/null
+++ b/selenium/frameless/contentFilters.html
@@ -0,0 +1,60 @@
+
+
+
+
+
+
+New Test
+
+
+
+
+
+| New Test |
+
+
+ | open |
+ /?op=listReplacements |
+ |
+
+
+ | assertText |
+ id=application_title |
+ Content Filters |
+
+
+ | clickAndWait |
+ link=Add a content filter. |
+ |
+
+
+ | type |
+ id=searchFor_formId |
+ testBadWord |
+
+
+ | type |
+ id=replaceWith_formId |
+ testGoodWord |
+
+
+ | clickAndWait |
+ xpath=(//input[@value='save'])[2] |
+ |
+
+
+ | verifyTextPresent |
+ testBadWord |
+ |
+
+
+
+
diff --git a/selenium/frameless/contentProfiling.html b/selenium/frameless/contentProfiling.html
new file mode 100644
index 000000000..e4edf87fc
--- /dev/null
+++ b/selenium/frameless/contentProfiling.html
@@ -0,0 +1,67 @@
+
+
+
+
+
+
+Content Profiling
+
+
+
+
+| Content Profiling |
+
+
+ | open |
+ /?func=manageMetaData |
+ |
+
+
+ | clickAndWait |
+ link=Add new metadata property |
+ |
+
+
+ | type |
+ id=fieldName_formId |
+ seleniumTestMetadata |
+
+
+ | type |
+ id=description_formId |
+ just a test metadata value |
+
+
+ | addSelection |
+ id=classes_formId |
+ label=Article |
+
+
+ | clickAndWait |
+ id=send_formId |
+ |
+
+
+ | verifyTextPresent |
+ seleniumTestMetadata |
+ |
+
+
+ | click |
+ css=img[alt="Delete"] |
+ |
+
+
+ | assertConfirmation |
+ Are you certain you want to delete this Metadata property ? |
+ |
+
+
+ | assertTextNotPresent |
+ seleniumTestMetadata |
+ |
+
+
+
+
+
diff --git a/selenium/frameless/databases.html b/selenium/frameless/databases.html
new file mode 100644
index 000000000..66ed8b773
--- /dev/null
+++ b/selenium/frameless/databases.html
@@ -0,0 +1,67 @@
+
+
+
+
+
+
+Databases
+
+
+
+
+| Databases |
+
+
+ | open |
+ /?op=listDatabaseLinks |
+ |
+
+
+ | clickAndWait |
+ link=Add a database link. |
+ |
+
+
+ | type |
+ id=title_formId |
+ testDatabaseLink |
+
+
+ | type |
+ id=DSN_formId |
+ dbi:mysql:webgui:localhost:3306 |
+
+
+ | type |
+ id=dbusername_formId |
+ www |
+
+
+ | type |
+ id=dbidentifier_formId |
+ 123qwe |
+
+
+ | clickAndWait |
+ xpath=(//input[@value='save'])[2] |
+ |
+
+
+ | verifyTextPresent |
+ testDatabaseLink |
+ |
+
+
+ | click |
+ css=img[alt="Delete"] |
+ |
+
+
+ | assertConfirmation |
+ Are you certain you wish to delete this database link? |
+ |
+
+
+
+
+
diff --git a/selenium/frameless/filePump.html b/selenium/frameless/filePump.html
new file mode 100644
index 000000000..70c271716
--- /dev/null
+++ b/selenium/frameless/filePump.html
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+File Pump
+
+
+
+
+| File Pump |
+
+
+ | open |
+ /?op=filePump |
+ |
+
+
+ | clickAndWait |
+ link=Add a Bundle |
+ |
+
+
+ | clickAndWait |
+ css=input[type="submit"] |
+ |
+
+
+ | assertText |
+ link=New bundle |
+ New bundle |
+
+
+ | clickAndWait |
+ css=img[alt="Delete"] |
+ |
+
+
+
+
+