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

action.Zoom Maven / Gradle / Ivy

The newest version!
package action;

import annotation.Exec;
import constants.Constants.Arguments;
import manager.BuilderManager;

public class Zoom
{
    public Zoom()
    {
        new BuilderManager(this);
    }

    @Exec(js = "document.body.style.zoom = " + Arguments.FIRST)
    public String pageZoom;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy