Search in sources :

Example 6 with MembersWizardPage

use of org.olat.selenium.page.group.MembersWizardPage in project openolat by klemens.

the class MembersPage method importMembers.

public MembersWizardPage importMembers() {
    By importMembersBy = By.className("o_sel_course_import_members");
    browser.findElement(importMembersBy).click();
    OOGraphene.waitModalWizard(browser);
    OOGraphene.waitElement(By.cssSelector("div.o_sel_user_import textarea.form-control"), 5, browser);
    return new MembersWizardPage(browser);
}
Also used : MembersWizardPage(org.olat.selenium.page.group.MembersWizardPage) By(org.openqa.selenium.By)

Aggregations

MembersWizardPage (org.olat.selenium.page.group.MembersWizardPage)6 By (org.openqa.selenium.By)4 RunAsClient (org.jboss.arquillian.container.test.api.RunAsClient)2 Test (org.junit.Test)2 LoginPage (org.olat.selenium.page.LoginPage)2 NavigationPage (org.olat.selenium.page.NavigationPage)2 GroupPage (org.olat.selenium.page.group.GroupPage)2 UserRestClient (org.olat.test.rest.UserRestClient)2 UserVO (org.olat.user.restapi.UserVO)2 WebElement (org.openqa.selenium.WebElement)2