jar

com.github.wasiqb.coteafs : selenium

Maven & Gradle

Jan 10, 2022
78 stars

Selenium WebDriver wrapper framework for clean and maintainable tests.

Table Of Contents

Latest Version

Download com.github.wasiqb.coteafs : selenium JAR file - Latest Versions:

All Versions

Download com.github.wasiqb.coteafs : selenium JAR file - All Versions:

Version Vulnerabilities Size Updated
4.2.x
4.1.x
4.0.x
3.4.x
3.3.x
3.2.x
3.1.x
3.0.x
2.1.x
2.0.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window selenium-4.2.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.wasiqb.coteafs.selenium.config

├─ com.github.wasiqb.coteafs.selenium.config.BrowserSetting.class - [JAR]

├─ com.github.wasiqb.coteafs.selenium.config.ConfigUtil.class - [JAR]

├─ com.github.wasiqb.coteafs.selenium.config.DelaySetting.class - [JAR]

├─ com.github.wasiqb.coteafs.selenium.config.DriverSetting.class - [JAR]

├─ com.github.wasiqb.coteafs.selenium.config.PlaybackSetting.class - [JAR]

├─ com.github.wasiqb.coteafs.selenium.config.RecorderSetting.class - [JAR]

├─ com.github.wasiqb.coteafs.selenium.config.RemoteSetting.class - [JAR]

├─ com.github.wasiqb.coteafs.selenium.config.ScreenResolution.class - [JAR]

├─ com.github.wasiqb.coteafs.selenium.config.ScreenshotSetting.class - [JAR]

├─ com.github.wasiqb.coteafs.selenium.config.SeleniumConfig.class - [JAR]

com.github.wasiqb.coteafs.selenium.core.driver

├─ com.github.wasiqb.coteafs.selenium.core.driver.IAlertAction.class - [JAR]

├─ com.github.wasiqb.coteafs.selenium.core.driver.IDriver.class - [JAR]

├─ com.github.wasiqb.coteafs.selenium.core.driver.IDriverActions.class - [JAR]

├─ com.github.wasiqb.coteafs.selenium.core.driver.IPlatformAction.class - [JAR]

├─ com.github.wasiqb.coteafs.selenium.core.driver.IScreenAction.class - [JAR]

├─ com.github.wasiqb.coteafs.selenium.core.driver.IScriptAction.class - [JAR]

├─ com.github.wasiqb.coteafs.selenium.core.driver.IServiceAction.class - [JAR]

├─ com.github.wasiqb.coteafs.selenium.core.driver.IWaitAction.class - [JAR]

├─ com.github.wasiqb.coteafs.selenium.core.driver.IWebDriver.class - [JAR]

├─ com.github.wasiqb.coteafs.selenium.core.driver.IWebDriverActions.class - [JAR]

├─ com.github.wasiqb.coteafs.selenium.core.driver.IWebFrame.class - [JAR]

├─ com.github.wasiqb.coteafs.selenium.core.driver.IWebWindow.class - [JAR]

com.github.wasiqb.coteafs.selenium.error

├─ com.github.wasiqb.coteafs.selenium.error.DriverNotSetupError.class - [JAR]

├─ com.github.wasiqb.coteafs.selenium.error.VideoRecordingError.class - [JAR]

com.github.wasiqb.coteafs.selenium.listeners

├─ com.github.wasiqb.coteafs.selenium.listeners.DriverListener.class - [JAR]

com.github.wasiqb.coteafs.selenium.core.base.element

├─ com.github.wasiqb.coteafs.selenium.core.base.element.AbstractElementAction.class - [JAR]

├─ com.github.wasiqb.coteafs.selenium.core.base.element.BaseElementAction.class - [JAR]

├─ com.github.wasiqb.coteafs.selenium.core.base.element.ElementAction.class - [JAR]

├─ com.github.wasiqb.coteafs.selenium.core.base.element.FindableAction.class - [JAR]

├─ com.github.wasiqb.coteafs.selenium.core.base.element.KeyboardAction.class - [JAR]

├─ com.github.wasiqb.coteafs.selenium.core.base.element.VerifyElement.class - [JAR]

com.github.wasiqb.coteafs.selenium.core.base.driver

├─ com.github.wasiqb.coteafs.selenium.core.base.driver.AbstractDriver.class - [JAR]

├─ com.github.wasiqb.coteafs.selenium.core.base.driver.AlertAction.class - [JAR]

├─ com.github.wasiqb.coteafs.selenium.core.base.driver.BaseDriverAction.class - [JAR]

├─ com.github.wasiqb.coteafs.selenium.core.base.driver.CustomScreenRecorder.class - [JAR]

├─ com.github.wasiqb.coteafs.selenium.core.base.driver.DriverSession.class - [JAR]

├─ com.github.wasiqb.coteafs.selenium.core.base.driver.ParallelSession.class - [JAR]

├─ com.github.wasiqb.coteafs.selenium.core.base.driver.PlatformAction.class - [JAR]

├─ com.github.wasiqb.coteafs.selenium.core.base.driver.ScreenAction.class - [JAR]

├─ com.github.wasiqb.coteafs.selenium.core.base.driver.WebDriverAction.class - [JAR]

com.github.wasiqb.coteafs.selenium.core.enums

├─ com.github.wasiqb.coteafs.selenium.core.enums.AlertDecision.class - [JAR]

├─ com.github.wasiqb.coteafs.selenium.core.enums.ApplicationType.class - [JAR]

├─ com.github.wasiqb.coteafs.selenium.core.enums.AvailableBrowser.class - [JAR]

├─ com.github.wasiqb.coteafs.selenium.core.enums.Platform.class - [JAR]

├─ com.github.wasiqb.coteafs.selenium.core.enums.PlatformOs.class - [JAR]

├─ com.github.wasiqb.coteafs.selenium.core.enums.Protocol.class - [JAR]

├─ com.github.wasiqb.coteafs.selenium.core.enums.RemoteSource.class - [JAR]

├─ com.github.wasiqb.coteafs.selenium.core.enums.ScreenState.class - [JAR]

├─ com.github.wasiqb.coteafs.selenium.core.enums.WaitStrategy.class - [JAR]

com.github.wasiqb.coteafs.selenium.core.element

├─ com.github.wasiqb.coteafs.selenium.core.element.IElementActions.class - [JAR]

├─ com.github.wasiqb.coteafs.selenium.core.element.IFindableAction.class - [JAR]

├─ com.github.wasiqb.coteafs.selenium.core.element.IKeyboardActions.class - [JAR]

├─ com.github.wasiqb.coteafs.selenium.core.element.IMouseActions.class - [JAR]

├─ com.github.wasiqb.coteafs.selenium.core.element.ISelectBoxActions.class - [JAR]

├─ com.github.wasiqb.coteafs.selenium.core.element.ITextBoxActions.class - [JAR]

├─ com.github.wasiqb.coteafs.selenium.core.element.IVerifyElement.class - [JAR]

├─ com.github.wasiqb.coteafs.selenium.core.element.IWaitStrategy.class - [JAR]

com.github.wasiqb.coteafs.selenium.core

├─ com.github.wasiqb.coteafs.selenium.core.Browser.class - [JAR]

├─ com.github.wasiqb.coteafs.selenium.core.BrowserActions.class - [JAR]

├─ com.github.wasiqb.coteafs.selenium.core.BrowserPage.class - [JAR]

├─ com.github.wasiqb.coteafs.selenium.core.BrowserSession.class - [JAR]

├─ com.github.wasiqb.coteafs.selenium.core.BrowserTest.class - [JAR]

├─ com.github.wasiqb.coteafs.selenium.core.WebElementAction.class - [JAR]

com.github.wasiqb.coteafs.selenium.constants

├─ com.github.wasiqb.coteafs.selenium.constants.ConfigKeys.class - [JAR]

├─ com.github.wasiqb.coteafs.selenium.constants.OS.class - [JAR]

com.github.wasiqb.coteafs.selenium.core.page

├─ com.github.wasiqb.coteafs.selenium.core.page.AbstractPageAction.class - [JAR]

├─ com.github.wasiqb.coteafs.selenium.core.page.ElementKey.class - [JAR]

├─ com.github.wasiqb.coteafs.selenium.core.page.IPage.class - [JAR]

├─ com.github.wasiqb.coteafs.selenium.core.page.IPageAction.class - [JAR]

Advertisement

Dependencies from Group

Jan 09, 2022
8 usages
2 stars
Jul 13, 2020
6 usages
Jan 03, 2021
5 usages
Jan 09, 2022
5 usages
3 stars
Jan 09, 2022
2 usages
3 stars

Discover Dependencies

May 16, 2019
1 stars
Jul 04, 2023
1 usages
14 stars
Sep 05, 2019
3 usages
Jul 21, 2023
2 usages
8 stars
May 01, 2019
2 stars
Aug 25, 2023
4 usages
3.9k stars
Sep 29, 2022
8 usages
15 stars
Sep 29, 2021
7 usages
261 stars
May 06, 2019
0 stars