Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TestLeafInc/Simba
/ functions
Functions
174 in github.com/TestLeafInc/Simba
⨍
Functions
174
◇
Types & classes
25
↓ 1 callers
Method
verifyAttributeInFrame
Use this method to verify attribute of the element (Partial Match) inside a frame @param locator The locator to identify the element @param attribute
src/main/java/com/force/base/PlaywrightWrapper.java:668
↓ 1 callers
Method
verifyMandatoryInFrame
(String label)
src/test/java/page/base/SalesforceHooks.java:38
↓ 1 callers
Method
verifyPartialText
Use this method to report the correctness of the inner text (Partial Match) @param locator The locator to identify the element @param expectedText The
src/main/java/com/force/base/PlaywrightWrapper.java:573
↓ 1 callers
Method
verifyToastMessage
(String name)
src/test/java/page/services/ServiceDashboardPage.java:45
Method
ConfigurationManager
()
src/main/java/com/force/config/ConfigurationManager.java:31
Method
Country
(String country)
src/main/java/com/force/enums/Country.java:262
Method
FakerDataFactory
()
src/main/java/com/force/data/dynamic/FakerDataFactory.java:37
Method
MediaBuilderInstance
()
src/main/java/com/force/utility/MediaEntityBuilder.java:17
Method
MediaEntityBuilder
()
src/main/java/com/force/utility/MediaEntityBuilder.java:20
Method
check
Use this method to check a checkbox. @param locator The locator to identify the checkbox @param name The name of the checkbox field (label) @return tr
src/main/java/com/force/base/PlaywrightWrapper.java:242
Method
chooseByTextInFrame
(String label, String value)
src/test/java/page/base/SalesforceHooks.java:30
Method
chooseProfile
()
src/test/java/page/services/UsersPage.java:27
Method
clickAndType
Use this method to type and choose an element (that looks like dropdown) @param ddLocator The Dropdown locator to identify the main select element @pa
src/main/java/com/force/base/PlaywrightWrapper.java:361
Method
clickLeftMenu
(String menuName)
src/test/java/page/base/HomePage.java:27
Method
clickLeftSubMenu
(String mainMenuName, String subMenu)
src/test/java/page/base/HomePage.java:32
Method
clickNewUser
()
src/test/java/page/services/UsersPage.java:32
Method
clickSave
()
src/test/java/page/services/AccountPage.java:24
Method
clickSave
()
src/test/java/page/services/ServiceDashboardPage.java:40
Method
clickSave
()
src/test/java/page/services/UsersPage.java:45
Method
createAccount
()
src/test/java/tests/ui/services/TC01_CreateAccount.java:21
Method
createScreenCaptureFromBase64String
(String base64String)
src/main/java/com/force/utility/MediaEntityBuilder.java:41
Method
createScreenCaptureFromPath
(String path, String title)
src/main/java/com/force/utility/MediaEntityBuilder.java:30
Method
editAccount
()
src/test/java/tests/ui/services/TC02_EditAccount.java:21
Method
editAccount
()
src/test/java/tests/ui/services/TC03_CreateLead.java:21
Method
editAccount
()
src/test/java/tests/ui/services/TC04_EditLead.java:20
Method
getAddress
()
src/main/java/com/force/data/dynamic/FakerDataFactory.java:49
Method
getCity
()
src/main/java/com/force/data/dynamic/FakerDataFactory.java:53
Method
getCountry
()
src/main/java/com/force/data/dynamic/FakerDataFactory.java:57
Method
getData
()
src/main/java/com/force/base/ProjectHooks.java:158
Method
getEmailAddress
()
src/main/java/com/force/data/dynamic/FakerDataFactory.java:69
Method
getInnerText
Use this method to get inner text of an element @param locator The locator to identify the element @param name The name of the element (label) @return
src/main/java/com/force/base/PlaywrightWrapper.java:444
Method
getInputText
Use this method return the text typed within a textbox/area @param locator The locator to identify the element @return Returns the text typed @author
src/main/java/com/force/base/PlaywrightWrapper.java:594
Method
getRegistrationLink
(String email)
src/main/java/com/force/utility/TempMailer.java:36
Method
getRequest
(String resource, Map<String, String> headers)
src/main/java/com/force/base/PlaywrightWrapper.java:764
Method
getSecondPage
()
src/main/java/com/force/base/DriverFactory.java:133
Method
getSwiftCode
()
src/main/java/com/force/data/dynamic/FakerDataFactory.java:81
Method
getTaxNumber
()
src/main/java/com/force/data/dynamic/FakerDataFactory.java:84
Method
getTestStatus
()
src/main/java/com/force/utility/HtmlReporter.java:112
Method
getUrl
()
src/main/java/com/force/data/dynamic/FakerDataFactory.java:45
Method
gridPort
()
src/main/java/com/force/config/Configuration.java:70
Method
gridUrl
()
src/main/java/com/force/config/Configuration.java:67
Method
init
Will be invoked before once for every test case execution and a) will launch the browser based on config b) create reporting structure c) store login
src/main/java/com/force/base/ProjectHooks.java:86
Method
initSuite
Will be invoked before once for every test suite execution and create video folder and the reporting @author TestLeaf
src/main/java/com/force/base/ProjectHooks.java:58
Method
isEnabled
Use this method to check if the element is enabled @param locator The locator to identify the element @param name The name of the element (label) @ret
src/main/java/com/force/base/PlaywrightWrapper.java:458
Method
mouseOver
Use this method to mouse over an element @param locator The locator to identify the element @param name The name of the element (label) @return true i
src/main/java/com/force/base/PlaywrightWrapper.java:425
Method
retry
(ITestResult result)
src/main/java/com/force/utility/RetryTests.java:18
Method
selectByRandomIndex
Use this method to select a dropdown by the random index. @param locator The locator to identify the dropdown @param name The name of the dropdown fie
src/main/java/com/force/base/PlaywrightWrapper.java:348
Method
selectByText
Use this method to select a dropdown by its text. @param locator The locator to identify the dropdown @param text The text to be selected in the dropd
src/main/java/com/force/base/PlaywrightWrapper.java:261
Method
selectByValue
Use this method to select a dropdown by its value. @param locator The locator to identify the dropdown @param value The value based on which it to be
src/main/java/com/force/base/PlaywrightWrapper.java:282
Method
setReportValues
()
src/test/java/tests/ui/services/TC01_CreateAccount.java:13
Method
setReportValues
()
src/test/java/tests/ui/services/TC02_EditAccount.java:13
Method
setReportValues
()
src/test/java/tests/ui/services/TC03_CreateLead.java:13
Method
setReportValues
()
src/test/java/tests/ui/services/TC04_EditLead.java:12
Method
startTestcaseReporting
()
src/main/java/com/force/base/ProjectHooks.java:129
Method
takeSnap
This method will take snapshot in base64 format @author TestLeaf
src/main/java/com/force/base/ProjectHooks.java:71
Method
target
()
src/main/java/com/force/config/Configuration.java:40
Method
tearDown
Will be invoked after once for every test case execution and a) video & tracing will be created in the given folder b) result will be published @autho
src/main/java/com/force/base/ProjectHooks.java:140
Method
transform
(ITestAnnotation annotation, Class testClass, Constructor testConstructor, Method testMethod)
src/main/java/com/force/utility/RetryTests.java:27
Method
typeEmail
()
src/test/java/page/services/UsersPage.java:22
Method
typeFirstName
()
src/test/java/page/services/UsersPage.java:12
Method
typeLastName
()
src/test/java/page/services/UsersPage.java:17
Method
uploadFile
Use this method to upload a file into the chosen field. @param locator The locator to identify the element where need to upload @param fileName The fi
src/main/java/com/force/base/PlaywrightWrapper.java:170
Method
verifyAccountCreated
()
src/test/java/page/services/AccountPage.java:29
Method
verifyDisabled
Use this method to report if the element is disabled @param locator The locator to identify the element @param name The name of the element (label) @r
src/main/java/com/force/base/PlaywrightWrapper.java:486
Method
verifyDisplayed
Use this method to verify visibility of the element @param locator The locator to identify the element @param name The name of the element field (labe
src/main/java/com/force/base/PlaywrightWrapper.java:696
Method
verifyExactText
Use this method to report the correctness of the inner text (Exact Match) @param locator The locator to identify the element @param expectedText The e
src/main/java/com/force/base/PlaywrightWrapper.java:550
Method
verifyInputText
Use this method to report the correctness of the typed text (Partial Match) @param locator The locator to identify the element @param expectedText The
src/main/java/com/force/base/PlaywrightWrapper.java:609
Method
verifyMandatory
(String label)
src/test/java/page/base/SalesforceHooks.java:34
Method
verifyMandatoryFields
(List<String> labels)
src/test/java/page/services/UsersPage.java:38
Method
verifyNotDisplayed
Use this method to verify invisibility of the element @param locator The locator to identify the element @param name The name of the element field (la
src/main/java/com/force/base/PlaywrightWrapper.java:721
Method
verifyTitle
Use this method to report the correctness of the title @param title The title of the browser @return true if the title matches the partial content els
src/main/java/com/force/base/PlaywrightWrapper.java:528
Method
waitForAppearance
Use this method to wait for the element to appear @param locator The locator to identify the element @return true if the element is appeared else fals
src/main/java/com/force/base/PlaywrightWrapper.java:514
Method
waitForDisappearance
Use this method to wait for the element to disappear @param locator The locator to identify the element @return true if the element is disappeared els
src/main/java/com/force/base/PlaywrightWrapper.java:500
Method
zLogin
()
src/test/java/page/base/SalesforceHooks.java:13
← previous
101–174 of 174, ranked by callers