dcmon stands for DCinside Monitoring tool.
This tools is for testing selenium's automation functionalities.
Let script do the job and you just sit back.
dcmon2.py requires selenium package.
To run dcmon2 run following commands
$ python dcmon2.py -m
- URL is hardcoded in dcmon2.py. so change it by yourself, yet.
To install selenium please refer following page. https://pypi.python.org/pypi/selenium
Download latest version and install
- selenium-3.x.0.tar.gz
ChromeDriver is used to access to Chrome for automated testing of web pages across many browsers.
Please see following web pages. https://sites.google.com/a/chromium.org/chromedriver/home
You can download chromedriver from following link. https://sites.google.com/a/chromium.org/chromedriver/downloads
Download chromedriver and put them in the same directory of dcmon.
Selenium doesn't support for tab in browsers.