Giter VIP home page Giter VIP logo

headless's Introduction

Headless

The purpose of the application is to start the other console application on hidden desktop.

Running application

Supported options

Options are specified in one of the following forms:

  • --<option name> <option value>
  • --<option name>=<option value>

Available options:

  • --driver <driver path> - specifies driver executable name. Tool till try to locate with PATH, so you could omit the path. Default is chromedriver.exe
  • --desktop <desktop name> - specifies the name of hidden desktop. In case it's not specified the random name will be used.
  • --desktop=false - instructs not to create hidden desktop. Driver will run on user desktop.

Passing parameters down to the driver

Simply use -- in command line to tell headless that subsequent parameters should be applied to driver executable.

headless.exe c:\chromedriver.exe
headless.exe --app=c:\chromedriver.exe
headless.exe --app c:\chromedriver.exe
headless.exe --app c:\chromedriver.exe --desktop headless-mine
set HEADLESS_APP=c:\chromedriver.exe && headless.exe

headless.exe c:\chromedriver.exe --desktop=false
` example of passing parameters to callee application`
headless.exe c:\chromedriver.exe -- --port=9126

headless's People

Contributors

olegzee avatar

Watchers

 avatar James Cloos avatar

Forkers

olegzee

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.