Skip to content

Commit 3b2776e

Browse files
author
Konstantinacc
committed
Added missing identifier codebender-selenium at the Chrome UA.
1 parent f8436f6 commit 3b2776e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bin/seleniumbender

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,17 +97,17 @@ elif [ "${walkthrough}" -eq 1 ]; then
9797
IDENTIFIER="walkthrough"
9898
RETVALS=()
9999
# Linux
100-
export SELENIUM_USER_AGENT_CHROME='Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'
100+
export SELENIUM_USER_AGENT_CHROME='Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36 codebender-selenium'
101101
export SELENIUM_USER_AGENT='Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0 codebender-selenium'
102102
tox tests/walkthrough -- --url=${URL} --plugin
103103
RETVALS+=($?)
104104
# Windows
105-
export SELENIUM_USER_AGENT_CHROME='Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'
105+
export SELENIUM_USER_AGENT_CHROME='Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36 codebender-selenium'
106106
export SELENIUM_USER_AGENT='Mozilla/5.0 (Windows NT 6.1; rv:43.0) Gecko/20100101 Firefox/43.0 codebender-selenium'
107107
tox tests/walkthrough -- --url=${URL} --plugin
108108
RETVALS+=($?)
109109
# MacOSX
110-
export SELENIUM_USER_AGENT_CHROME='Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'
110+
export SELENIUM_USER_AGENT_CHROME='Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36 codebender-selenium'
111111
export SELENIUM_USER_AGENT='Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1; rv:43.0) Gecko/20100101 Firefox/43.0 codebender-selenium'
112112
tox tests/walkthrough -- --url=${URL} --plugin
113113
RETVALS+=($?)

0 commit comments

Comments
 (0)