Skip to content

Example code for added for checking if element is disabled, enabled. … #74

Example code for added for checking if element is disabled, enabled. …

Example code for added for checking if element is disabled, enabled. … #74

GitHub Actions / Test Results succeeded Aug 27, 2024 in 0s

47 passed, 0 failed and 0 skipped

Tests passed successfully

✅ /Users/runner/work/web-automation-playwright-java/web-automation-playwright-java/target/surefire-reports/TEST-TestSuite.xml

47 tests were completed in 85s with 47 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TestSuite 47✅ 85s

✅ TestSuite

io.github.mfaisalkhatri.tests.PlaywrightDemoTests
  ✅ testOnChromeHeadless
  ✅ testOnChromeHeadless
  ✅ testOnChrome
  ✅ testOnChrome
  ✅ testOnChromeSlowMo
  ✅ testOnChromeSlowMo
  ✅ testOnFirefoxHeadless
  ✅ testOnFirefoxHeadless
  ✅ testBrowserNavigation
  ✅ testBrowserNavigation
  ✅ testOnFirefox
  ✅ testOnFirefox
  ✅ testOnEdge
  ✅ testOnEdge
  ✅ testOnFirefoxSlowMo
  ✅ testOnFirefoxSlowMo
io.github.mfaisalkhatri.tests.BrowserNavigationTests
  ✅ testBrowserNavigation
  ✅ testTitleAndCurrentUrl
io.github.mfaisalkhatri.tests.FormAuthenticationTests
  ✅ testLoginFunctionality
io.github.mfaisalkhatri.tests.WindowSizeTest
  ✅ testDifferentWindowSize
  ✅ testDifferentWindowSizeMethodTwo
io.github.mfaisalkhatri.tests.DoubleClickTest
  ✅ testDoubleClick
io.github.mfaisalkhatri.tests.ScreenshotTests
  ✅ takeScreenshotTest
  ✅ takeFullPageScreenshot
  ✅ captureScreenshotToBuffer
  ✅ takeElementScreenshot
io.github.mfaisalkhatri.tests.DropdownTests
  ✅ testSelectByOption
  ✅ testSelectByLabel
  ✅ testSelectByIndex
  ✅ testSelectByValue
  ✅ testMultiSelectOptions
io.github.mfaisalkhatri.tests.TextFieldTest
  ✅ locateFirstNameByLabel
  ✅ locateFirstNameByPlaceholder
  ✅ locateFirstNameByRole
  ✅ testFocusOnField
  ✅ testGetValuesFromTextField
  ✅ testClearFieldValues
io.github.mfaisalkhatri.tests.MouseHoverTest
  ✅ testMouseHover
  ✅ testMouseHoverOnMyAccountLink
io.github.mfaisalkhatri.tests.RadioButtonTests
  ✅ testRadioButtonIsChecked
  ✅ testRadioButtonIsNotChecked
io.github.mfaisalkhatri.tests.TestElementState
  ✅ testElementIsDisabled
  ✅ testElementIsEnabled
  ✅ testElementIsDisplayed
  ✅ testElementIsSelected
  ✅ testRadioButtonIsDisabled
  ✅ testTextBoxIsEditable