UserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36
Steps to reproduce the problem:
1. Install test image on ChromeOS device
2. Login with test account
3. Run the following python code to start chrome and chromedriver:
from bin import common
from autotest_lib.client.common_lib.cros import chromedriver
chromedriver.chromedriver(extension_paths=[], extra_chrome_flags=['--disable-infobar-for-protected-media-identifier', '--user-data-dir=/home/chronos', '--disable-popup-blocking'], skip_cleanup=True, server_port=4444, extra_chromedriver_args=['--verbose', '--log-path=/var/log/chromedriver.log'])
What is the expected behavior?
There is one open tab after start chrome and chromedriver
What went wrong?
There are 2 open tabs after start chrome and chromedriver
Did this work before? N/A
Chrome version: 64.0.3270.0 Channel: canary
OS Version: 64-10134.0.0
Flash Version: 64-10134.0.0
Comment 1 by leilei@chromium.org
, Nov 17 2017