All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.onevizion.uitest.api.helper.notification.NotificationJs Maven / Gradle / Ivy

The newest version!
package com.onevizion.uitest.api.helper.notification;

import org.springframework.stereotype.Component;

import com.onevizion.uitest.api.helper.Js;

@Component
class NotificationJs extends Js {

    Boolean isTreeLoaded() {
        return Boolean.valueOf(execJs("return treeLoaded;"));
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy