Class WebExecutionCommandBuilder


  • public class WebExecutionCommandBuilder
    extends AbstractExecutionCommandBuilder<WebExecutionCommandBuilder>
    1C:Enterprise web client launch command builder. Use buildUrl() method to build ready-to-open URL.

    Instances of WebExecutionCommandBuilder are stateful and are not safe for use by multiple threads.

    Example of usage:

     String url = new WebCommandBuilder("http://localhost:8080/DemoConf")
          .userName(userName).userPassword(userPassword).buildUrl();
    
     ...launch browser with builded URL