com.sdl.selenium.extjs6.window.Window Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Testy Show documentation
Show all versions of Testy Show documentation
Automated Acceptance Testing. Selenium and Selenium WebDriver test framework for web applications.
(optimized for dynamic html, ExtJS, Bootstrap, complex UI, simple web applications/sites)
The newest version!
package com.sdl.selenium.extjs6.window;
import com.sdl.selenium.web.SearchType;
public class Window extends com.sdl.selenium.extjs4.window.Window {
public Window() {
super();
}
public Window(String title, SearchType... searchTypes) {
this();
setTitle(title, searchTypes.length == 0 ? new SearchType[]{SearchType.EQUALS} : searchTypes);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy