This as recently started appearing in my tests. Previously I believe it was being suppressed by the --test-ui command line option but that would appear to no longer the case. It isn't actually stopping the scripts from running (WebDriver from functioning) but I would like to dismiss it/prevent it if possible.
--
You received this message because you are subscribed to a topic in the Google Groups "Selenium Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/selenium-users/pJEchbrNDvs/unsubscribe.
To unsubscribe from this group and all its topics, send an email to selenium-user...@googlegroups.com.
To post to this group, send email to seleniu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/c91d3a6d-3a07-434a-b420-bbe30ea9c25d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-user...@googlegroups.com.
To post to this group, send email to seleniu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/CAFiXnLP32q6AHoba4CGE_LpYmeskb6zArXvgs%2BCgNZH8utYd%3DA%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/CAEvVa0OrynxDrLwNvZwTfGN4_OQMC4nuppvGCC128ecP9oZArQ%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/CAFiXnLNBT2SW15N_bn%2BKBxiCRp0v7NitSpzCkhJS7ojHtrwYFQ%40mail.gmail.com.
browser option "--unlimited-storage"
browser option "--disable-extensions"
browser option "--test-type=ui"
An --allow-geolocation option would have been ideal.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/0e06c582-a41e-46da-875f-23399c2ae262%40googlegroups.com.
Taken from ps(1) made a script, and ran it, still prompted. --test-type=browser does the same. It is the latest version of chrome that has triggered this, previously it would not prompt using these options.
#!/bin/bash
"/Applications/Google Chrome.app/Contents/MacOS/Google Chrome" \
--disable-background-networking \
--disable-client-side-phishing-detection \
--disable-component-update \
--disable-default-apps \
--disable-extensions \
--disable-hang-monitor \
--disable-prompt-on-repost \
--disable-sync \
--disable-web-resources \
--enable-logging \
--full-memory-crash-report \
--ignore-certificate-errors \
--load-component-extension=/var/folders/7r/_3bt2vjs2lb7ql4tg98983x00000gn/T/.org.chromium.Chromium.ITY8EQ/internal \
--logging-level=1 \
--metrics-recording-only \
--no-first-run \
--password-store=basic \
--remote-debugging-port=12071 \
--safebrowsing-disable-auto-update \
--safebrowsing-disable-download-protection \
--test-type=ui \
--unlimited-storage \
--use-mock-keychain \
--user-data-dir=/var/folders/7r/_3bt2vjs2lb7ql4tg98983x00000gn/T/.org.chromium.Chromium.ZbALEB \
http://localhost/~adf/RMC2/trunk/client/
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/CANikZLmYgzQWt8wLvp89exb-7Axz8n5qO3MsnTpgyYtk2Jfhgg%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/CAFiXnLOWgwkVemhw7cA5QuUMVAAhyd8E7stdEOs%3D5yg3CbBqig%40mail.gmail.com.