public class UserNameServiceImpl extends Object implements UserNameService
| Constructor and Description | 
|---|
UserNameServiceImpl()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
comparingNames(String comparingNames,
              String otherName) | 
int | 
findOptionByIgnoreCaseText(String text,
                          org.openqa.selenium.support.ui.Select dropDown) | 
String | 
getNormalizeName(String name) | 
public boolean comparingNames(String comparingNames, String otherName)
comparingNames in interface UserNameServicecomparingNames - 1st name comparing.otherName - 2nd name comparing.public int findOptionByIgnoreCaseText(String text, org.openqa.selenium.support.ui.Select dropDown)
findOptionByIgnoreCaseText in interface UserNameServicetext - search in dropDowndropDown - org.openqa.selenium.support.ui.Select elementpublic String getNormalizeName(String name)
getNormalizeName in interface UserNameServicename - inputCopyright © 2023 NoraUi. All rights reserved.