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 UserNameService
comparingNames
- 1st name comparing.otherName
- 2nd name comparing.public int findOptionByIgnoreCaseText(String text, org.openqa.selenium.support.ui.Select dropDown)
findOptionByIgnoreCaseText
in interface UserNameService
text
- search in dropDowndropDown
- org.openqa.selenium.support.ui.Select elementpublic String getNormalizeName(String name)
getNormalizeName
in interface UserNameService
name
- inputCopyright © 2023 NoraUi. All rights reserved.