![JAR search and dependency download from the Maven repository](/logo.png)
com.qspin.qtaste.javaguifx.server.PopupChecker Maven / Gradle / Ivy
The newest version!
/*
Copyright 2007-2012 QSpin - www.qspin.be
This file is part of QTaste framework.
QTaste is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
QTaste is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with QTaste. If not, see .
*/
package com.qspin.qtaste.javaguifx.server;
import com.qspin.qtaste.testsuite.QTasteException;
/**
* This component checks if there is at least one popup displayed.
*
* @author simjan
*/
public class PopupChecker extends ComponentCommander {
@Override
Boolean executeCommand(int timeout, String componentName, Object... data) throws QTasteException {
return !findPopups().isEmpty();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy