@FindBy(how = How.ID, using = "username")
@FindBy(how = How.TAG_NAME, using = "th")
@FindBy(how = How.NAME, using = "dp")
@FindBy(how = How.XPATH, using = "//*[@id=\"navbarSupportedContent\"]/ul/li")
@FindBy(how = How.XPATH, using = "//button[text()=' Disagree ']")
@FindBy(how = How.CSS, using = "input[placeholder='mandatory if reject']")
@FindBy(how = How.CSS, using = "li[class='page-item ng-star-inserted disabled']")
@FindBy(how = How.CSS, using = "div[class='user-name ng-star-inserted']")