com.onevizion.uitest.api.helper.tab.TabJs Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ui-test-api Show documentation
Show all versions of ui-test-api Show documentation
An API for easily write tests for OneVizion platform
The newest version!
package com.onevizion.uitest.api.helper.tab;
import org.springframework.stereotype.Component;
import com.onevizion.uitest.api.helper.Js;
@Component
class TabJs extends Js {
boolean isTabMenuHidden() {
return Boolean.valueOf(execJs("return newGui.getHideFormMenuParam();"));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy