Home | History | Annotate | Download | only in documentsui

Lines Matching defs:bots

57         bots.roots.openRoot("Recent");
58 bots.main.assertWindowTitle("Recent");
62 bots.roots.openRoot("Images");
63 bots.main.assertWindowTitle("Images");
67 bots.directory.assertDocumentsPresent("file0.log", "file1.png", "file2.csv");
73 bots.directory.waitForDocument("Ham & Cheese.sandwich");
74 bots.directory.assertDocumentsPresent(
79 bots.directory.openDocument(dirName1);
80 bots.directory.waitForDocument(childDir1); // wait for known content
81 bots.directory.assertDocumentsPresent(childDir1);
83 bots.breadcrumb.revealAsNeeded();
85 bots.breadcrumb.assertItemsPresent(dirName1, "TEST_ROOT_0");
87 bots.breadcrumb.clickItem("TEST_ROOT_0");
88 bots.directory.waitForDocument(dirName1);
92 if (bots.main.inFixedLayout()) {
93 bots.roots.openRoot(rootDir0.title);
95 bots.directory.selectDocument("file0.log", 1);
98 bots.roots.openRoot(rootDir1.title);
108 bots.directory.selectDocument("file0.log");
109 bots.main.clickActionItem("Get info");
118 bots.roots.openRoot("Images");
119 bots.main.switchToGridMode();
120 bots.roots.openRoot("Videos");
121 bots.main.switchToListMode();
125 bots.roots.openRoot("Images");
126 bots.sortHeader.assertDropdownMode();
127 if (bots.main.inFixedLayout()) {
128 bots.roots.openRoot("Videos");
129 bots.sortHeader.assertColumnMode();
131 bots.roots.openRoot("Videos");
132 bots.sortHeader.assertDropdownMode();