In LR 11.52w patch 1, I need to filter facebook.com out of my TruClient scripts
Question ID: 105135
1
0

We are getting this error in both the load and develop mode

t=00019145ms: Warning -204876: Failed to connect to server "www.facebook.com": Connection timed out [MsgId: MWAR-204876]

Is there a way to filter the URL in the warning in AJAX TruClient with Firefox so that the warning does not show up ?

Marked as spam
Posted by (Questions: 231, Answers: 18)
Asked on October 8, 2013 5:11 pm
26 views
Answers (1)
2
Private answer

At the beginning of the script, Create a ''Evaluate JavaScript'' action in the script withthe following line to filter out the URL using the utils.addAutoFilter like so...

Utils.addAutoFilter(''http://www.facebook.com/*'', false);

Marked as spam
Posted by (Questions: 12, Answers: 384)
Answered on October 8, 2013 5:14 pm
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top