Package com.snapfix.pages
Class UserProfilePage
java.lang.Object
com.snapfix.core.BaseSetup
com.snapfix.core.Driver
com.snapfix.pages.UserProfilePage
public class UserProfilePage extends Driver
-
Field Summary
Fields Modifier and Type Field Description org.openqa.selenium.By
waitForUserTextbox
-
Constructor Summary
Constructors Constructor Description UserProfilePage()
UserProfilePage(java.lang.String drv)
-
Method Summary
Modifier and Type Method Description void
checkUserProfileUsername()
void
ClickonUserProfile()
void
LoginTest()
void
setObjectValues()
void
waitForUserTextbox()
void
waitForUserTextbox(java.lang.String drv)
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
-
waitForUserTextbox
public org.openqa.selenium.By waitForUserTextbox
-
-
Constructor Details
-
UserProfilePage
public UserProfilePage() -
UserProfilePage
public UserProfilePage(java.lang.String drv)
-
-
Method Details
-
LoginTest
public void LoginTest() throws java.lang.InterruptedException- Throws:
java.lang.InterruptedException
-
setObjectValues
public void setObjectValues() -
ClickonUserProfile
public void ClickonUserProfile() throws java.lang.InterruptedException- Throws:
java.lang.InterruptedException
-
waitForUserTextbox
public void waitForUserTextbox() throws java.lang.InterruptedException- Throws:
java.lang.InterruptedException
-
waitForUserTextbox
public void waitForUserTextbox(java.lang.String drv) throws java.lang.InterruptedException- Throws:
java.lang.InterruptedException
-
checkUserProfileUsername
public void checkUserProfileUsername() throws java.lang.InterruptedException- Throws:
java.lang.InterruptedException
-