com.epam.jdi.uitests.win.winnium.elements.composite.TabItem Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jdi-uitest-win Show documentation
Show all versions of jdi-uitest-win Show documentation
Epam UI Automation framework package for Windows
package com.epam.jdi.uitests.win.winnium.elements.composite;
import com.epam.jdi.uitests.core.interfaces.base.IClickable;
import com.epam.jdi.uitests.win.winnium.elements.base.managers.ClickableManager;
public class TabItem extends Section implements IClickable {
private ClickableManager clickableManager = new ClickableManager(this);
@Override
public void click() {
clickableManager.click();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy