MCPcopy Create free account

hub / github.com/TestLeafInc/Simba / functions

Functions174 in github.com/TestLeafInc/Simba

↓ 1 callersMethodverifyAttributeInFrame
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 callersMethodverifyMandatoryInFrame
(String label)
src/test/java/page/base/SalesforceHooks.java:38
↓ 1 callersMethodverifyPartialText
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 callersMethodverifyToastMessage
(String name)
src/test/java/page/services/ServiceDashboardPage.java:45
MethodConfigurationManager
()
src/main/java/com/force/config/ConfigurationManager.java:31
MethodCountry
(String country)
src/main/java/com/force/enums/Country.java:262
MethodFakerDataFactory
()
src/main/java/com/force/data/dynamic/FakerDataFactory.java:37
MethodMediaBuilderInstance
()
src/main/java/com/force/utility/MediaEntityBuilder.java:17
MethodMediaEntityBuilder
()
src/main/java/com/force/utility/MediaEntityBuilder.java:20
Methodcheck
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
MethodchooseByTextInFrame
(String label, String value)
src/test/java/page/base/SalesforceHooks.java:30
MethodchooseProfile
()
src/test/java/page/services/UsersPage.java:27
MethodclickAndType
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
MethodclickLeftMenu
(String menuName)
src/test/java/page/base/HomePage.java:27
MethodclickLeftSubMenu
(String mainMenuName, String subMenu)
src/test/java/page/base/HomePage.java:32
MethodclickNewUser
()
src/test/java/page/services/UsersPage.java:32
MethodclickSave
()
src/test/java/page/services/AccountPage.java:24
MethodclickSave
()
src/test/java/page/services/ServiceDashboardPage.java:40
MethodclickSave
()
src/test/java/page/services/UsersPage.java:45
MethodcreateAccount
()
src/test/java/tests/ui/services/TC01_CreateAccount.java:21
MethodcreateScreenCaptureFromBase64String
(String base64String)
src/main/java/com/force/utility/MediaEntityBuilder.java:41
MethodcreateScreenCaptureFromPath
(String path, String title)
src/main/java/com/force/utility/MediaEntityBuilder.java:30
MethodeditAccount
()
src/test/java/tests/ui/services/TC02_EditAccount.java:21
MethodeditAccount
()
src/test/java/tests/ui/services/TC03_CreateLead.java:21
MethodeditAccount
()
src/test/java/tests/ui/services/TC04_EditLead.java:20
MethodgetAddress
()
src/main/java/com/force/data/dynamic/FakerDataFactory.java:49
MethodgetCity
()
src/main/java/com/force/data/dynamic/FakerDataFactory.java:53
MethodgetCountry
()
src/main/java/com/force/data/dynamic/FakerDataFactory.java:57
MethodgetData
()
src/main/java/com/force/base/ProjectHooks.java:158
MethodgetEmailAddress
()
src/main/java/com/force/data/dynamic/FakerDataFactory.java:69
MethodgetInnerText
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
MethodgetInputText
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
MethodgetRegistrationLink
(String email)
src/main/java/com/force/utility/TempMailer.java:36
MethodgetRequest
(String resource, Map<String, String> headers)
src/main/java/com/force/base/PlaywrightWrapper.java:764
MethodgetSecondPage
()
src/main/java/com/force/base/DriverFactory.java:133
MethodgetSwiftCode
()
src/main/java/com/force/data/dynamic/FakerDataFactory.java:81
MethodgetTaxNumber
()
src/main/java/com/force/data/dynamic/FakerDataFactory.java:84
MethodgetTestStatus
()
src/main/java/com/force/utility/HtmlReporter.java:112
MethodgetUrl
()
src/main/java/com/force/data/dynamic/FakerDataFactory.java:45
MethodgridPort
()
src/main/java/com/force/config/Configuration.java:70
MethodgridUrl
()
src/main/java/com/force/config/Configuration.java:67
Methodinit
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
MethodinitSuite
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
MethodisEnabled
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
MethodmouseOver
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
Methodretry
(ITestResult result)
src/main/java/com/force/utility/RetryTests.java:18
MethodselectByRandomIndex
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
MethodselectByText
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
MethodselectByValue
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
MethodsetReportValues
()
src/test/java/tests/ui/services/TC01_CreateAccount.java:13
MethodsetReportValues
()
src/test/java/tests/ui/services/TC02_EditAccount.java:13
MethodsetReportValues
()
src/test/java/tests/ui/services/TC03_CreateLead.java:13
MethodsetReportValues
()
src/test/java/tests/ui/services/TC04_EditLead.java:12
MethodstartTestcaseReporting
()
src/main/java/com/force/base/ProjectHooks.java:129
MethodtakeSnap
This method will take snapshot in base64 format @author TestLeaf
src/main/java/com/force/base/ProjectHooks.java:71
Methodtarget
()
src/main/java/com/force/config/Configuration.java:40
MethodtearDown
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
Methodtransform
(ITestAnnotation annotation, Class testClass, Constructor testConstructor, Method testMethod)
src/main/java/com/force/utility/RetryTests.java:27
MethodtypeEmail
()
src/test/java/page/services/UsersPage.java:22
MethodtypeFirstName
()
src/test/java/page/services/UsersPage.java:12
MethodtypeLastName
()
src/test/java/page/services/UsersPage.java:17
MethoduploadFile
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
MethodverifyAccountCreated
()
src/test/java/page/services/AccountPage.java:29
MethodverifyDisabled
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
MethodverifyDisplayed
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
MethodverifyExactText
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
MethodverifyInputText
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
MethodverifyMandatory
(String label)
src/test/java/page/base/SalesforceHooks.java:34
MethodverifyMandatoryFields
(List<String> labels)
src/test/java/page/services/UsersPage.java:38
MethodverifyNotDisplayed
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
MethodverifyTitle
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
MethodwaitForAppearance
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
MethodwaitForDisappearance
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
MethodzLogin
()
src/test/java/page/base/SalesforceHooks.java:13
← previous101–174 of 174, ranked by callers