Annotation Type SeleniumITBase


  • @Target(TYPE)
    @Retention(RUNTIME)
    @ExtendWith(WebdriverSetupExtension.class) @ExtendWith(BrowserProxyExtension.class)
    @Inherited
    public @interface SeleniumITBase
    @SeleniumITBase is an annotation to include minimal set of extension for UI Test purpose mainly

    It mainly includes the extensions to setup Webdriver and browser proxy