Package com.snapfix.pages
Class LoginSyncServicePage
java.lang.Object
com.snapfix.core.BaseSetup
com.snapfix.core.Driver
com.snapfix.pages.LoginSyncServicePage
public class LoginSyncServicePage extends Driver
-
Field Summary
Fields Modifier and Type Field Description org.openqa.selenium.By
searchTextBox
org.openqa.selenium.By
waitForUserCheckbox
-
Constructor Summary
Constructors Constructor Description LoginSyncServicePage()
LoginSyncServicePage(java.lang.String drv)
-
Method Summary
Modifier and Type Method Description void
CheckedSearchUser()
void
CheckGroupSycInAnotherDevice()
void
LoginTest()
void
SearchStaticGroupName(java.lang.String name)
void
setObjectValues()
void
waitForUserCheckbox()
Methods inherited from class com.snapfix.core.Driver
backNavigate, lauchApp, tearDown
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
searchTextBox
public org.openqa.selenium.By searchTextBox -
waitForUserCheckbox
public org.openqa.selenium.By waitForUserCheckbox
-
-
Constructor Details
-
LoginSyncServicePage
public LoginSyncServicePage() -
LoginSyncServicePage
public LoginSyncServicePage(java.lang.String drv)
-
-
Method Details
-
LoginTest
public void LoginTest() throws java.lang.InterruptedException- Throws:
java.lang.InterruptedException
-
setObjectValues
public void setObjectValues() -
SearchStaticGroupName
public void SearchStaticGroupName(java.lang.String name) throws java.lang.InterruptedException- Throws:
java.lang.InterruptedException
-
CheckedSearchUser
public void CheckedSearchUser() throws java.lang.InterruptedException- Throws:
java.lang.InterruptedException
-
waitForUserCheckbox
public void waitForUserCheckbox() throws java.lang.InterruptedException- Throws:
java.lang.InterruptedException
-
CheckGroupSycInAnotherDevice
public void CheckGroupSycInAnotherDevice() throws java.lang.InterruptedException- Throws:
java.lang.InterruptedException
-