We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08ef062 commit d9538beCopy full SHA for d9538be
javascript/safari-driver/client.js
@@ -47,7 +47,7 @@ safaridriver.client.init = function() {
47
var acknowledged = message.sendSync(window);
48
if (acknowledged) {
49
log.info('Connected to extension');
50
- log.info('Waiting for extension to connect to client at ' + url);
+ log.info('Requesting extension connect to client at ' + url);
51
} else if (numAttempts < 5) {
52
var timeout = 250 * numAttempts;
53
setTimeout(connect, timeout);
0 commit comments