-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* MOSIP-31687 Signed-off-by: Jayesh Kharode <[email protected]> * MOSIP-31687 Signed-off-by: Jayesh Kharode <[email protected]> * MOSIP-31687 Signed-off-by: Jayesh Kharode <[email protected]> * MOSIP-31687 Signed-off-by: Jayesh Kharode <[email protected]> * MOSIP-31687 Signed-off-by: Jayesh Kharode <[email protected]> * MOSIP-31687 Signed-off-by: Jayesh Kharode <[email protected]> * MOSIP-31687 Signed-off-by: Jayesh Kharode <[email protected]> * MOSIP-31687 Signed-off-by: Jayesh Kharode <[email protected]> * MOSIP-31687 Signed-off-by: Jayesh Kharode <[email protected]> * MOSIP-31687 Signed-off-by: Jayesh Kharode <[email protected]> * MOSIP-31687 Signed-off-by: Jayesh Kharode <[email protected]> * MOSIP-31687 Signed-off-by: Jayesh Kharode <[email protected]> * MOSIP-31687 Signed-off-by: Jayesh Kharode <[email protected]> * MOSIP-31687 Signed-off-by: Jayesh Kharode <[email protected]> * MOSIP-31687 Signed-off-by: Jayesh Kharode <[email protected]> * MOSIP-31687 Signed-off-by: Jayesh Kharode <[email protected]> * MOSIP-31687 Signed-off-by: Jayesh Kharode <[email protected]> * MOSIP-31687 Signed-off-by: Jayesh Kharode <[email protected]> * MOSIP-31687 Signed-off-by: Jayesh Kharode <[email protected]> * MOSIP-31687 Signed-off-by: Jayesh Kharode <[email protected]> * MOSIP-32859 Signed-off-by: Jayesh Kharode <[email protected]> * MOSIP-32859 Signed-off-by: Jayesh Kharode <[email protected]> * MOSIP-32859 Signed-off-by: Jayesh Kharode <[email protected]> * Delete androidReg-clientTest/.classpath Signed-off-by: jayesh12234 <[email protected]> * MOSIP-32859 Signed-off-by: Jayesh Kharode <[email protected]> * MOSIP-33047 Signed-off-by: Jayesh Kharode <[email protected]> * MOSIP-33047 Signed-off-by: Jayesh Kharode <[email protected]> * Delete androidReg-clientTest/.classpath Signed-off-by: jayesh12234 <[email protected]> * MOSIP-33728 Signed-off-by: damodar <[email protected]> * MOSIP-33728 Signed-off-by: damodar <[email protected]> --------- Signed-off-by: Jayesh Kharode <[email protected]> Signed-off-by: jayesh12234 <[email protected]> Signed-off-by: damodar <[email protected]> Co-authored-by: Jayesh Kharode <[email protected]> Co-authored-by: jayesh12234 <[email protected]>
- Loading branch information
1 parent
8459113
commit ee345dc
Showing
29 changed files
with
3,111 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
110 changes: 110 additions & 0 deletions
110
androidReg-clientTest/src/main/java/regclient/page/UpdateOperatorBiometricspage.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,110 @@ | ||
package regclient.page; | ||
|
||
import io.appium.java_client.AppiumDriver; | ||
|
||
public abstract class UpdateOperatorBiometricspage extends BasePage{ | ||
|
||
public UpdateOperatorBiometricspage(AppiumDriver driver) { | ||
super(driver); | ||
|
||
} | ||
|
||
public abstract void clickOnIrisScan(); | ||
|
||
public abstract void clickOnRightHandScanIcon(); | ||
|
||
public abstract void clickOnLeftHandScanIcon(); | ||
|
||
public abstract void clickOnThumbsScanIcon(); | ||
|
||
public abstract void clickOnFaceScanIcon(); | ||
|
||
public abstract void clickOnExceptionScanIcon(); | ||
|
||
public abstract void clickOnScanButton(); | ||
|
||
public abstract void clickOnNextButton(); | ||
|
||
public abstract void closeScanCapturePopUp(); | ||
|
||
public abstract boolean isRightHandScanTitleDisplyed(); | ||
|
||
public abstract boolean isLeftHandScanTitleDisplyed(); | ||
|
||
public abstract boolean isThumbsScanTitleDisplyed(); | ||
|
||
public abstract boolean isFaceScanTitleDisplyed(); | ||
|
||
public abstract boolean isExceptionScanTitleDisplyed(); | ||
|
||
public abstract boolean isIrisScan(); | ||
|
||
public abstract boolean isRightHandScan(); | ||
|
||
public abstract boolean isLeftHandScan(); | ||
|
||
public abstract boolean isThumbsScan(); | ||
|
||
public abstract boolean isFaceScan(); | ||
|
||
public abstract boolean isIrisScanQualityDisplyed(); | ||
|
||
public abstract boolean isRightHandScanQualityDisplyed(); | ||
|
||
public abstract boolean isLeftHandScanQualityDisplyed(); | ||
|
||
public abstract boolean isThumbsScanQualityDisplyed(); | ||
|
||
public abstract boolean isFaceScanQualityDisplyed(); | ||
|
||
public abstract void clickOnMarkExceptionButton(); | ||
|
||
public abstract void markOneEyeException(); | ||
|
||
public abstract void markOneFingureException(); | ||
|
||
public abstract boolean isExceptionTypeTitleDisplyed(); | ||
|
||
public abstract void clickOnExceptionTypeTemporaryButton(); | ||
|
||
public abstract boolean isCommentHeaderDisplyed(); | ||
|
||
public abstract void enterCommentsInTextBox(String comments); | ||
|
||
public abstract void clickOnIrisScanTitle(); | ||
|
||
public abstract void clickOnThumbsScanTitle(); | ||
|
||
public abstract boolean isMarkingExceptionsOnFaceIsNotAllowedTextDisplyed(); | ||
|
||
public abstract boolean isZoomButtonDisplyed(); | ||
|
||
public abstract void clickOnRightHandScanTitle(); | ||
|
||
public abstract void clickOnLeftHandScanTitle(); | ||
|
||
public abstract void clickOnFaceScanTitle(); | ||
|
||
public abstract boolean checkThresholdValueIris(); | ||
|
||
public abstract boolean checkThresholdValueRightHand(); | ||
|
||
public abstract boolean checkThresholdValueLeftHand(); | ||
|
||
public abstract boolean checkThresholdValueThumbs(); | ||
|
||
public abstract boolean checkThresholdValueFace(); | ||
|
||
public abstract boolean isSupervisorBiometricUpdatePageLoaded(); | ||
|
||
public abstract boolean isVerifyAndSaveButtonEnabled(); | ||
|
||
public abstract boolean isOperatorBiometricsUpdatedPopupLoaded(); | ||
|
||
public abstract void clickOnHomeButton(); | ||
|
||
public abstract void clickOnVerifyAndSaveButton(); | ||
|
||
public abstract boolean isDismissPageLoaded(); | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -255,5 +255,4 @@ public boolean isExceptionCountDisplyed() { | |
} | ||
return isElementDisplayed(exceptionCount); | ||
} | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.