Last time you gave me the gist url. Can you send again?

On Tue 6 Nov, 2018, 10:09 PM Titus Fortner <[email protected] wrote:

> Can you paste the log into a gist or something so it is easier to read?
>
>
> On Tuesday, November 6, 2018 at 10:20:26 AM UTC-6, rajagopalan madasami
> wrote:
>>
>> No, It throws this error unable to locate the element
>>
>>
>> *Watir::Exception::UnknownObjectException: timed out after 60 seconds,
>> waiting for #<Watir::Button: located: true; {:id=>"NavContinue",
>> :tag_name=>"button"}> to be located*
>>
>>   0) AGCSquoteCreation Test1
>>      ?[31mFailure/Error: raise unknown_exception, msg?[0m
>>      ?[31m?[0m
>>      ?[31mWatir::Exception::UnknownObjectException:?[0m
>>      ?[31m  timed out after 60 seconds, waiting for #<Watir::Button:
>> located: true; {:id=>"NavContinue", :tag_name=>"button"}> to be located?[0m
>>      ?[36m# ./Source/FrameWorkModules/Elements/Button.rb:30:in
>> `waitAndClickButton'?[0m
>>      ?[36m# ./Source/FrameWorkModules/Browser/Framework.rb:15:in `block
>> in execute'?[0m
>>      ?[36m# ./Source/FrameWorkModules/Browser/Framework.rb:11:in
>> `each'?[0m
>>      ?[36m# ./Source/FrameWorkModules/Browser/Framework.rb:11:in
>> `execute'?[0m
>>      ?[36m# ./Source/FrameWorkModules/Browser/PullTheTestCases.rb:16:in
>> `call'?[0m
>>      ?[36m# ./Source/Run_Spec.rb:40:in `block (4 levels) in <top
>> (required)>'?[0m
>>      ?[36m# ------------------?[0m
>>      ?[36m# --- Caused by: ---?[0m
>>      ?[36m# Watir::Wait::TimeoutError:?[0m
>>      ?[36m#   timed out after 60 seconds, waiting for true condition on
>> #<Watir::Button: located: true; {:id=>"NavContinue",
>> :tag_name=>"button"}>?[0m
>>      ?[36m#   ./Source/FrameWorkModules/Elements/Button.rb:30:in
>> `waitAndClickButton'?[0m
>>
>>
>> On Tue, 6 Nov 2018 at 21:48, Titus Fortner <[email protected]> wrote:
>>
>> This log is showing that the click was successful, but that the jquery
>> queue never empties.
>>
>>
>>
>> On Tuesday, November 6, 2018 at 10:13:50 AM UTC-6, rajagopalan madasami
>> wrote:
>>
>> Hi Titus,
>>
>> Here is the log
>>
>> Testing started at 21:36 ...
>> C:\Ruby25\bin\ruby.exe C:\Ruby25\bin\rspec
>> C:/A/StringRay/Ruby_test_spec.rb
>> --require teamcity/spec/runner/formatter/teamcity/formatter --format
>> Spec::Runner::Formatter::TeamcityFormatter
>> C:/A/StringRay/InputFiles/Sanity1.xlsx
>> ["AGCSquoteCreation", "Test1", nil, nil]
>> nil
>> Test Starts in Latest Firefox
>> 2018-11-06 21:36:50 INFO Selenium -> POST
>> session/7e876088-d29b-4b08-90a2-6609870215df/url
>> 2018-11-06 21:36:50 INFO Selenium    >>>
>> http://127.0.0.1:4444/session/7e876088-d29b-4b08-90a2-6609870215df/url |
>> {"url":"https://agcs-qa.maxprocessing.com/login.max?preprocess=true"}
>> 2018-11-06 21:37:44 INFO Selenium <- {"value":null}
>> Type          : User Name | testid
>> 2018-11-06 21:37:45 INFO Selenium -> POST
>> session/7e876088-d29b-4b08-90a2-6609870215df/element
>> 2018-11-06 21:37:45 INFO Selenium    >>>
>> http://127.0.0.1:4444/session/7e876088-d29b-4b08-90a2-6609870215df/element
>> | {"using":"xpath","value":".//input[(not(@type) or
>> (translate(@type,'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz')!=\"file\"
>>
>> and
>> translate(@type,'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz')!=\"radio\"
>>
>> and
>> translate(@type,'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz')!=\"checkbox\"
>>
>> and
>> translate(@type,'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz')!=\"submit\"
>>
>> and
>> translate(@type,'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz')!=\"reset\"
>>
>> and
>> translate(@type,'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz')!=\"image\"
>>
>> and
>> translate(@type,'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz')!=\"button\"
>>
>> and
>> translate(@type,'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz')!=\"hidden\"
>>
>> and
>> translate(@type,'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz')!=\"range\"
>>
>> and
>> translate(@type,'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz')!=\"color\"
>>
>> and
>> translate(@type,'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz')!=\"date\"
>>
>> and
>> translate(@type,'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz')!=\"datetime-local\"))
>>
>> and @name='username']"}
>> 2018-11-06 21:37:45 INFO Selenium <-
>> {"value":{"element-6066-11e4-a52e-4f735466cecf":"319cbe67-1efa-4f24-a636-47d85834d4d8"}}
>>
>> 2018-11-06 21:37:45 INFO Selenium -> GET
>> session/7e876088-d29b-4b08-90a2-6609870215df/element/319cbe67-1efa-4f24-a636-47d85834d4d8/enabled
>>
>> 2018-11-06 21:37:45 INFO Selenium <- {"value":true}
>> 2018-11-06 21:37:45 INFO Selenium -> POST
>> session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> 2018-11-06 21:37:45 INFO Selenium    >>>
>>
>> http://127.0.0.1:4444/session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> | {"script":"return (function(){return function(){var d=this;function
>> f(a){return\"string\"==typeof a};function
>> h(a,b){this.code=a;this.a=l[a]||m;this.message=b||\"\";a=this.a.replace(/((?:^|\\s+)[a-z])/g,function(a){return
>>
>> a.toUpperCase().replace(/^[\\s\\xa0]+/g,\"\")});b=a.length-5;if(0>b||a.indexOf(\"Error\",b)!=b)a+=\"Error\";
>>
>> this.name=a;a=Error(this.message);a.name=this.name;this.stack=a.stack||\"\"}\n(function(){var
>>
>> a=Error;function
>> b(){}b.prototype=a.prototype;h.b=a.prototype;h.prototype=new
>> b;h.prototype.constructor=h;h.a=function(b,c,g){for(var
>> e=Array(arguments.length-2),k=2;k<arguments.length;k++)e[k-2]=arguments[k];return
>>
>> a.prototype[c].apply(b,e)}})();var m=\"unknown error\",l={15:\"element
>> not
>> selectable\",11:\"element not visible\"};l[31]=m;l[30]=m;l[24]=\"invalid
>> cookie domain\";l[29]=\"invalid element coordinates\";l[12]=\"invalid
>> element state\";l[32]=\"invalid selector\";l[51]=\"invalid
>> selector\";\nl[52]=\"invalid selector\";l[17]=\"javascript
>> error\";l[405]=\"unsupported operation\";l[34]=\"move target out of
>> bounds\";l[27]=\"no such alert\";l[7]=\"no such element\";l[8]=\"no such
>> frame\";l[23]=\"no such window\";l[28]=\"script timeout\";l[33]=\"session
>> not created\";l[10]=\"stale element
>> reference\";l[21]=\"timeout\";l[25]=\"unable to set
>> cookie\";l[26]=\"unexpected alert open\";l[13]=m;l[9]=\"unknown
>> command\";h.prototype.toString=function(){return this.name+\":
>> \"+this.message};var n;a:{var p=d.navigator;if(p){var
>> q=p.userAgent;if(q){n=q;break a}}n=\"\"}function
>> r(a){return-1!=n.indexOf(a)};function t(a,b){for(var
>> e=a.length,c=f(a)?a.split(\"\"):a,g=0;g<e;g++)g in c&&b.call(void
>> 0,c[g],g,a)};function v(){return
>> r(\"iPhone\")&&!r(\"iPod\")&&!r(\"iPad\")};function
>> w(){return(r(\"Chrome\")||r(\"CriOS\"))&&!r(\"Edge\")};var
>> x=r(\"Opera\"),y=r(\"Trident\")||r(\"MSIE\"),z=r(\"Edge\"),A=r(\"Gecko\")&&!(-1!=n.toLowerCase().indexOf(\"webkit\")&&!r(\"Edge\"))&&!(r(\"Trident\")||r(\"MSIE\"))&&!r(\"Edge\"),aa=-1!=n.toLowerCase().indexOf(\"webkit\")&&!r(\"Edge\");function
>>
>> B(){var a=d.document;return a?a.documentMode:void 0}var C;\na:{var
>> D=\"\",E=function(){var
>> a=n;if(A)return/rv\\:([^\\);]+)(\\)|;)/.exec(a);if(z)return/Edge\\/([\\d\\.]+)/.exec(a);if(y)return/\\b(?:MSIE|rv)[:
>>
>> ]([^\\);]+)(\\)|;)/.exec(a);if(aa)return/WebKit\\/(\\S+)/.exec(a);if(x)return/(?:Version)[
>>
>> \\/]?(\\S+)/.exec(a)}();E&&(D=E?E[1]:\"\");if(y){var F=B();if(
>> null!=F&&F>parseFloat(D)){C=String(F);break a}}C=D}var G;var
>> H=d.document;G=H&&y?B()||(\"CSS1Compat\"==H.compatMode?parseInt(C,10):5):void
>>
>> 0;var
>> ba=r(\"Firefox\"),ca=v()||r(\"iPod\"),da=r(\"iPad\"),I=r(\"Android\")&&!(w()||r(\"Firefox\")||r(\"Opera\")||r(\"Silk\")),ea=w(),J=r(\"Safari\")&&!(w()||r(\"Coast\")||r(\"Opera\")||r(\"Edge\")||r(\"Silk\")||r(\"Android\"))&&!(v()||r(\"iPad\")||r(\"iPod\"));function
>>
>> K(a){return(a=a.exec(n))?a[1]:\"\"}(function(){if(ba)return
>> K(/Firefox\\/([0-9.]+)/);if(y||z||x)return C;if(ea)return
>> v()||r(\"iPad\")||r(\"iPod\")?K(/CriOS\\/([0-9.]+)/):K(/Chrome\\/([0-9.]+)/);if(J&&!(v()||r(\"iPad\")||r(\"iPod\")))return
>>
>> K(/Version\\/([0-9.]+)/);if(ca||da){var
>> a=/Version\\/(\\S+).*Mobile\\/(\\S+)/.exec(n);if(a)return
>> a[1]+\".\"+a[2]}else
>> if(I)return(a=K(/Android\\s+([0-9.]+)/))?a:K(/Version\\/([0-9.]+)/);return\"\"})();var
>>
>> L,M=function(){if(!A)return!1;var
>> a=d.Components;if(!a)return!1;try{if(!a.classes)return!1}catch(g){return!1}var
>>
>> b=a.classes,a=a.interfaces,e=b[\"@mozilla.org/xpcom/version-comparator;1\
>> <http://mozilla.org/xpcom/version-comparator;1%5C>
>> "].getService(a.nsIVersionComparator),c=b[\"@mozilla.org/xre/app-info;1\
>> <http://mozilla.org/xre/app-info;1%5C>"].getService(a.nsIXULAppInfo).version;L=function(a){e.compare(c,\"\"+a)};return!0}(),N=y&&!(8<=Number(G)),fa=y&&!(9<=Number(G));I&&M&&L(2.3);I&&M&&L(4);J&&M&&L(6);var
>>
>> ga={SCRIPT:1,STYLE:1,HEAD:1,IFRAME:1,OBJECT:1},O={IMG:\"
>> \",BR:\"\\n\"};function P(a,b,e){if(!(a.nodeName in
>> ga))if(3==a.nodeType)e?b.push(String(a.nodeValue).replace(/(\\r\\n|\\r|\\n)/g,\"\")):b.push(a.nodeValue);else
>>
>> if(a.nodeName in O)b.push(O[a.nodeName]);else
>> for(a=a.firstChild;a;)P(a,b,e),a=a.nextSibling};function
>> Q(a,b){b=b.toLowerCase();return\"style\"==b?ha(a.style.cssText):N&&\"value\"==b&&R(a,\"INPUT\")?a.value:fa&&!0===a[b]?String(a.getAttribute(b)):(a=a.getAttributeNode(b))&&a.specified?a.value:null}var
>>
>> ia=/[;]+(?=(?:(?:[^\"]*\"){2})*[^\"]*$)(?=(?:(?:[^']*'){2})*[^']*$)(?=(?:[^()]*\\([^()]*\\))*[^()]*$)/;\nfunction
>>
>> ha(a){var b=[];t(a.split(ia),function(a){var
>> c=a.indexOf(\":\");0<c&&(a=[a.slice(0,c),a.slice(c+1)],2==a.length&&b.push(a[0].toLowerCase(),\":\",a[1],\";\"))});b=b.join(\"\");return
>>
>> b=\";\"==b.charAt(b.length-1)?b:b+\";\"}function
>> S(a,b){N&&\"value\"==b&&R(a,\"OPTION\")&&null===Q(a,\"value\")?(b=[],P(a,b,!1),a=b.join(\"\")):a=a[b];return
>>
>> a}function R(a,b){b&&\"string\"!==typeof
>> b&&(b=b.toString());return!!a&&1==a.nodeType&&(!b||a.tagName.toUpperCase()==b)}\nfunction
>>
>> T(a){return
>> R(a,\"OPTION\")?!0:R(a,\"INPUT\")?(a=a.type.toLowerCase(),\"checkbox\"==a||\"radio\"==a):!1};var
>>
>> j
>> a={\"class\":\"className\",readonly:\"readOnly\"},U=\"allowfullscreen
>> allowpaymentrequest allowusermedia async autofocus autoplay checked
>> compact
>> complete controls declare default defaultchecked defaultselected defer
>> disabled ended formnovalidate hidden indeterminate iscontenteditable
>> ismap
>> itemscope loop multiple muted nohref nomodule noresize noshade novalidate
>> nowrap open paused playsinline pubdate readonly required reversed scoped
>> seamless seeking selected truespeed typemustmatch willvalidate\".split(\"
>> \");function V(a,b){var
>> e=null,c=b.toLowerCase();if(\"style\"==c)return(e=a.style)&&!f(e)&&(e=e.cssText),e;if((\"selected\"==c||\"checked\"==c)&&T(a)){if(!T(a))throw
>>
>> new h(15,\"Element is not
>> selectable\");b=\"selected\";e=a.type&&a.type.toLowerCase();if(\"checkbox\"==e||\"radio\"==e)b=\"checked\";return
>>
>> S(a,b)?\"true\":null}var
>> g=R(a,\"A\");if(R(a,\"IMG\")&&\"src\"==c||g&&\"href\"==c)return(e=Q(a,c))&&(e=S(a,c)),e;if(\"spellcheck\"==c){e=Q(a,c);if(null!==e){if(\"false\"==e.toLowerCase())return\"false\";if(\"true\"==e.toLowerCase())return\"true\"}return
>>
>> S(a,\nc)+\"\"}g=ja[b]||b;a:if(f(U))c=f(c)&&1==c.length?U.indexOf(c,0):-1;else{for(var
>>
>> u=0;u<U.length;u++)if(u in U&&U[u]===c){c=u;break
>> a}c=-1}if(0<=c)return(e=null!==Q(a,b)||S(a,g))?\"true\":null;try{var
>> k=S(a,g)}catch(ka){}(c=null==k)||(c=typeof
>> k,c=\"object\"==c&&null!=k||\"function\"==c);c?e=Q(a,b):e=k;return
>> null!=e?e.toString():null}var W=[\"_\"],X=d;W[0]in
>> X||!X.execScript||X.execScript(\"var \"+W[0]);\nfor(var
>> Y;W.length&&(Y=W.shift());){var Z;if(Z=!W.length)Z=void
>> 0!==V;Z?X[Y]=V:X[Y]&&X[Y]!==Object.prototype[Y]?X=X[Y]:X=X[Y]={}};;
>> return
>> this._.apply(null,arguments);}.apply({navigator:typeof
>> window!='undefined'?window.navigator:null,document:typeof
>> window!='undefined'?window.document:null}, arguments);}\n).apply(null,
>> arguments)","args":[{"element-6066-11e4-a52e-4f735466cecf":"319cbe67-1efa-4f24-a636-47d85834d4d8"},"readOnly"]}
>>
>> 2018-11-06 21:37:45 INFO Selenium <- {"value":null}
>> 2018-11-06 21:37:45 INFO Selenium -> POST
>> session/7e876088-d29b-4b08-90a2-6609870215df/element/319cbe67-1efa-4f24-a636-47d85834d4d8/clear
>>
>> 2018-11-06 21:37:45 INFO Selenium <- {"value":null}
>> 2018-11-06 21:37:45 INFO Selenium -> POST
>> session/7e876088-d29b-4b08-90a2-6609870215df/element/319cbe67-1efa-4f24-a636-47d85834d4d8/value
>>
>> 2018-11-06 21:37:45 INFO Selenium    >>>
>>
>> http://127.0.0.1:4444/session/7e876088-d29b-4b08-90a2-6609870215df/element/319cbe67-1efa-4f24-a636-47d85834d4d8/value
>> | {"value":["t","e","s","t","i","d","๎€„"],"text":"testid๎€„"}
>> 2018-11-06 21:37:45 INFO Selenium <- {"value":null}
>> 2018-11-06 21:37:45 INFO Selenium -> POST
>> session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> 2018-11-06 21:37:45 INFO Selenium    >>>
>>
>> http://127.0.0.1:4444/session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> | {"script":"return (jQuery.active === 0)","args":[]}
>> 2018-11-06 21:37:45 INFO Selenium <- {"value":true}
>> Type          : Password | Welcome@01
>> 2018-11-06 21:37:45 INFO Selenium -> POST
>> session/7e876088-d29b-4b08-90a2-6609870215df/element
>> 2018-11-06 21:37:45 INFO Selenium    >>>
>> http://127.0.0.1:4444/session/7e876088-d29b-4b08-90a2-6609870215df/element
>> | {"using":"xpath","value":".//input[(not(@type) or
>> (translate(@type,'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz')!=\"file\"
>>
>> and
>> translate(@type,'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz')!=\"radio\"
>>
>> and
>> translate(@type,'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz')!=\"checkbox\"
>>
>> and
>> translate(@type,'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz')!=\"submit\"
>>
>> and
>> translate(@type,'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz')!=\"reset\"
>>
>> and
>> translate(@type,'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz')!=\"image\"
>>
>> and
>> translate(@type,'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz')!=\"button\"
>>
>> and
>> translate(@type,'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz')!=\"hidden\"
>>
>> and
>> translate(@type,'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz')!=\"range\"
>>
>> and
>> translate(@type,'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz')!=\"color\"
>>
>> and
>> translate(@type,'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz')!=\"date\"
>>
>> and
>> translate(@type,'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz')!=\"datetime-local\"))
>>
>> and @name='password']"}
>> 2018-11-06 21:37:45 INFO Selenium <-
>> {"value":{"element-6066-11e4-a52e-4f735466cecf":"e709d4ef-f105-44b4-9e24-363912c0f7dd"}}
>>
>> 2018-11-06 21:37:45 INFO Selenium -> GET
>> session/7e876088-d29b-4b08-90a2-6609870215df/element/e709d4ef-f105-44b4-9e24-363912c0f7dd/enabled
>>
>> 2018-11-06 21:37:45 INFO Selenium <- {"value":true}
>> 2018-11-06 21:37:45 INFO Selenium -> POST
>> session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> 2018-11-06 21:37:45 INFO Selenium    >>>
>>
>> http://127.0.0.1:4444/session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> | {"script":"return (function(){return function(){var d=this;function
>> f(a){return\"string\"==typeof a};function
>> h(a,b){this.code=a;this.a=l[a]||m;this.message=b||\"\";a=this.a.replace(/((?:^|\\s+)[a-z])/g,function(a){return
>>
>> a.toUpperCase().replace(/^[\\s\\xa0]+/g,\"\")});b=a.length-5;if(0>b||a.indexOf(\"Error\",b)!=b)a+=\"Error\";
>>
>> this.name=a;a=Error(this.message);a.name=this.name;this.stack=a.stack||\"\"}\n(function(){var
>>
>> a=Error;function
>> b(){}b.prototype=a.prototype;h.b=a.prototype;h.prototype=new
>> b;h.prototype.constructor=h;h.a=function(b,c,g){for(var
>> e=Array(arguments.length-2),k=2;k<arguments.length;k++)e[k-2]=arguments[k];return
>>
>> a.prototype[c].apply(b,e)}})();var m=\"unknown error\",l={15:\"element
>> not
>> selectable\",11:\"element not visible\"};l[31]=m;l[30]=m;l[24]=\"invalid
>> cookie domain\";l[29]=\"invalid element coordinates\";l[12]=\"invalid
>> element state\";l[32]=\"invalid selector\";l[51]=\"invalid
>> selector\";\nl[52]=\"invalid selector\";l[17]=\"javascript
>> error\";l[405]=\"unsupported operation\";l[34]=\"move target out of
>> bounds\";l[27]=\"no such alert\";l[7]=\"no such element\";l[8]=\"no such
>> frame\";l[23]=\"no such window\";l[28]=\"script timeout\";l[33]=\"session
>> not created\";l[10]=\"stale element
>> reference\";l[21]=\"timeout\";l[25]=\"unable to set
>> cookie\";l[26]=\"unexpected alert open\";l[13]=m;l[9]=\"unknown
>> command\";h.prototype.toString=function(){return this.name+\":
>> \"+this.message};var n;a:{var p=d.navigator;if(p){var
>> q=p.userAgent;if(q){n=q;break a}}n=\"\"}function
>> r(a){return-1!=n.indexOf(a)};function t(a,b){for(var
>> e=a.length,c=f(a)?a.split(\"\"):a,g=0;g<e;g++)g in c&&b.call(void
>> 0,c[g],g,a)};function v(){return
>> r(\"iPhone\")&&!r(\"iPod\")&&!r(\"iPad\")};function
>> w(){return(r(\"Chrome\")||r(\"CriOS\"))&&!r(\"Edge\")};var
>> x=r(\"Opera\"),y=r(\"Trident\")||r(\"MSIE\"),z=r(\"Edge\"),A=r(\"Gecko\")&&!(-1!=n.toLowerCase().indexOf(\"webkit\")&&!r(\"Edge\"))&&!(r(\"Trident\")||r(\"MSIE\"))&&!r(\"Edge\"),aa=-1!=n.toLowerCase().indexOf(\"webkit\")&&!r(\"Edge\");function
>>
>> B(){var a=d.document;return a?a.documentMode:void 0}var C;\na:{var
>> D=\"\",E=function(){var
>> a=n;if(A)return/rv\\:([^\\);]+)(\\)|;)/.exec(a);if(z)return/Edge\\/([\\d\\.]+)/.exec(a);if(y)return/\\b(?:MSIE|rv)[:
>>
>> ]([^\\);]+)(\\)|;)/.exec(a);if(aa)return/WebKit\\/(\\S+)/.exec(a);if(x)return/(?:Version)[
>>
>> \\/]?(\\S+)/.exec(a)}();E&&(D=E?E[1]:\"\");if(y){var F=B();if(
>> null!=F&&F>parseFloat(D)){C=String(F);break a}}C=D}var G;var
>> H=d.document;G=H&&y?B()||(\"CSS1Compat\"==H.compatMode?parseInt(C,10):5):void
>>
>> 0;var
>> ba=r(\"Firefox\"),ca=v()||r(\"iPod\"),da=r(\"iPad\"),I=r(\"Android\")&&!(w()||r(\"Firefox\")||r(\"Opera\")||r(\"Silk\")),ea=w(),J=r(\"Safari\")&&!(w()||r(\"Coast\")||r(\"Opera\")||r(\"Edge\")||r(\"Silk\")||r(\"Android\"))&&!(v()||r(\"iPad\")||r(\"iPod\"));function
>>
>> K(a){return(a=a.exec(n))?a[1]:\"\"}(function(){if(ba)return
>> K(/Firefox\\/([0-9.]+)/);if(y||z||x)return C;if(ea)return
>> v()||r(\"iPad\")||r(\"iPod\")?K(/CriOS\\/([0-9.]+)/):K(/Chrome\\/([0-9.]+)/);if(J&&!(v()||r(\"iPad\")||r(\"iPod\")))return
>>
>> K(/Version\\/([0-9.]+)/);if(ca||da){var
>> a=/Version\\/(\\S+).*Mobile\\/(\\S+)/.exec(n);if(a)return
>> a[1]+\".\"+a[2]}else
>> if(I)return(a=K(/Android\\s+([0-9.]+)/))?a:K(/Version\\/([0-9.]+)/);return\"\"})();var
>>
>> L,M=function(){if(!A)return!1;var
>> a=d.Components;if(!a)return!1;try{if(!a.classes)return!1}catch(g){return!1}var
>>
>> b=a.classes,a=a.interfaces,e=b[\"@mozilla.org/xpcom/version-comparator;1\
>> <http://mozilla.org/xpcom/version-comparator;1%5C>
>> "].getService(a.nsIVersionComparator),c=b[\"@mozilla.org/xre/app-info;1\
>> <http://mozilla.org/xre/app-info;1%5C>"].getService(a.nsIXULAppInfo).version;L=function(a){e.compare(c,\"\"+a)};return!0}(),N=y&&!(8<=Number(G)),fa=y&&!(9<=Number(G));I&&M&&L(2.3);I&&M&&L(4);J&&M&&L(6);var
>>
>> ga={SCRIPT:1,STYLE:1,HEAD:1,IFRAME:1,OBJECT:1},O={IMG:\"
>> \",BR:\"\\n\"};function P(a,b,e){if(!(a.nodeName in
>> ga))if(3==a.nodeType)e?b.push(String(a.nodeValue).replace(/(\\r\\n|\\r|\\n)/g,\"\")):b.push(a.nodeValue);else
>>
>> if(a.nodeName in O)b.push(O[a.nodeName]);else
>> for(a=a.firstChild;a;)P(a,b,e),a=a.nextSibling};function
>> Q(a,b){b=b.toLowerCase();return\"style\"==b?ha(a.style.cssText):N&&\"value\"==b&&R(a,\"INPUT\")?a.value:fa&&!0===a[b]?String(a.getAttribute(b)):(a=a.getAttributeNode(b))&&a.specified?a.value:null}var
>>
>> ia=/[;]+(?=(?:(?:[^\"]*\"){2})*[^\"]*$)(?=(?:(?:[^']*'){2})*[^']*$)(?=(?:[^()]*\\([^()]*\\))*[^()]*$)/;\nfunction
>>
>> ha(a){var b=[];t(a.split(ia),function(a){var
>> c=a.indexOf(\":\");0<c&&(a=[a.slice(0,c),a.slice(c+1)],2==a.length&&b.push(a[0].toLowerCase(),\":\",a[1],\";\"))});b=b.join(\"\");return
>>
>> b=\";\"==b.charAt(b.length-1)?b:b+\";\"}function
>> S(a,b){N&&\"value\"==b&&R(a,\"OPTION\")&&null===Q(a,\"value\")?(b=[],P(a,b,!1),a=b.join(\"\")):a=a[b];return
>>
>> a}function R(a,b){b&&\"string\"!==typeof
>> b&&(b=b.toString());return!!a&&1==a.nodeType&&(!b||a.tagName.toUpperCase()==b)}\nfunction
>>
>> T(a){return
>> R(a,\"OPTION\")?!0:R(a,\"INPUT\")?(a=a.type.toLowerCase(),\"checkbox\"==a||\"radio\"==a):!1};var
>>
>> j
>> a={\"class\":\"className\",readonly:\"readOnly\"},U=\"allowfullscreen
>> allowpaymentrequest allowusermedia async autofocus autoplay checked
>> compact
>> complete controls declare default defaultchecked defaultselected defer
>> disabled ended formnovalidate hidden indeterminate iscontenteditable
>> ismap
>> itemscope loop multiple muted nohref nomodule noresize noshade novalidate
>> nowrap open paused playsinline pubdate readonly required reversed scoped
>> seamless seeking selected truespeed typemustmatch willvalidate\".split(\"
>> \");function V(a,b){var
>> e=null,c=b.toLowerCase();if(\"style\"==c)return(e=a.style)&&!f(e)&&(e=e.cssText),e;if((\"selected\"==c||\"checked\"==c)&&T(a)){if(!T(a))throw
>>
>> new h(15,\"Element is not
>> selectable\");b=\"selected\";e=a.type&&a.type.toLowerCase();if(\"checkbox\"==e||\"radio\"==e)b=\"checked\";return
>>
>> S(a,b)?\"true\":null}var
>> g=R(a,\"A\");if(R(a,\"IMG\")&&\"src\"==c||g&&\"href\"==c)return(e=Q(a,c))&&(e=S(a,c)),e;if(\"spellcheck\"==c){e=Q(a,c);if(null!==e){if(\"false\"==e.toLowerCase())return\"false\";if(\"true\"==e.toLowerCase())return\"true\"}return
>>
>> S(a,\nc)+\"\"}g=ja[b]||b;a:if(f(U))c=f(c)&&1==c.length?U.indexOf(c,0):-1;else{for(var
>>
>> u=0;u<U.length;u++)if(u in U&&U[u]===c){c=u;break
>> a}c=-1}if(0<=c)return(e=null!==Q(a,b)||S(a,g))?\"true\":null;try{var
>> k=S(a,g)}catch(ka){}(c=null==k)||(c=typeof
>> k,c=\"object\"==c&&null!=k||\"function\"==c);c?e=Q(a,b):e=k;return
>> null!=e?e.toString():null}var W=[\"_\"],X=d;W[0]in
>> X||!X.execScript||X.execScript(\"var \"+W[0]);\nfor(var
>> Y;W.length&&(Y=W.shift());){var Z;if(Z=!W.length)Z=void
>> 0!==V;Z?X[Y]=V:X[Y]&&X[Y]!==Object.prototype[Y]?X=X[Y]:X=X[Y]={}};;
>> return
>> this._.apply(null,arguments);}.apply({navigator:typeof
>> window!='undefined'?window.navigator:null,document:typeof
>> window!='undefined'?window.document:null}, arguments);}\n).apply(null,
>> arguments)","args":[{"element-6066-11e4-a52e-4f735466cecf":"e709d4ef-f105-44b4-9e24-363912c0f7dd"},"readOnly"]}
>>
>> 2018-11-06 21:37:45 INFO Selenium <- {"value":null}
>> 2018-11-06 21:37:45 INFO Selenium -> POST
>> session/7e876088-d29b-4b08-90a2-6609870215df/element/e709d4ef-f105-44b4-9e24-363912c0f7dd/clear
>>
>> 2018-11-06 21:37:45 INFO Selenium <- {"value":null}
>> 2018-11-06 21:37:45 INFO Selenium -> POST
>> session/7e876088-d29b-4b08-90a2-6609870215df/element/e709d4ef-f105-44b4-9e24-363912c0f7dd/value
>>
>> 2018-11-06 21:37:45 INFO Selenium    >>>
>>
>> http://127.0.0.1:4444/session/7e876088-d29b-4b08-90a2-6609870215df/element/e709d4ef-f105-44b4-9e24-363912c0f7dd/value
>> |
>> {"value":["W","e","l","c","o","m","e","@","0","1","๎€„"],"text":"Welcome@01
>> ๎€„"}
>> 2018-11-06 21:37:45 INFO Selenium <- {"value":null}
>> 2018-11-06 21:37:45 INFO Selenium -> POST
>> session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> 2018-11-06 21:37:45 INFO Selenium    >>>
>>
>> http://127.0.0.1:4444/session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> | {"script":"return (jQuery.active === 0)","args":[]}
>> 2018-11-06 21:37:45 INFO Selenium <- {"value":true}
>> Click         : Producer
>> 2018-11-06 21:37:45 INFO Selenium -> POST
>> session/7e876088-d29b-4b08-90a2-6609870215df/element
>> 2018-11-06 21:37:45 INFO Selenium    >>>
>> http://127.0.0.1:4444/session/7e876088-d29b-4b08-90a2-6609870215df/element
>> | {"using":"xpath","value":".//*[@id='producer']"}
>> 2018-11-06 21:37:45 INFO Selenium <-
>> {"value":{"element-6066-11e4-a52e-4f735466cecf":"d5861f80-78e8-4793-817d-ad2908356988"}}
>>
>> 2018-11-06 21:37:45 INFO Selenium -> POST
>> session/7e876088-d29b-4b08-90a2-6609870215df/element/d5861f80-78e8-4793-817d-ad2908356988/click
>>
>> 2018-11-06 21:37:45 INFO Selenium <- {"value":null}
>> 2018-11-06 21:37:45 INFO Selenium -> POST
>> session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> 2018-11-06 21:37:45 INFO Selenium    >>>
>>
>> http://127.0.0.1:4444/session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> | {"script":"return (jQuery.active === 0)","args":[]}
>> 2018-11-06 21:37:45 INFO Selenium <- {"value":false}
>> 2018-11-06 21:37:45 INFO Selenium -> POST
>> session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> 2018-11-06 21:37:45 INFO Selenium    >>>
>>
>> http://127.0.0.1:4444/session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> | {"script":"return (jQuery.active === 0)","args":[]}
>> 2018-11-06 21:37:45 INFO Selenium <- {"value":false}
>> 2018-11-06 21:37:46 INFO Selenium -> POST
>> session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> 2018-11-06 21:37:46 INFO Selenium    >>>
>>
>> http://127.0.0.1:4444/session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> | {"script":"return (jQuery.active === 0)","args":[]}
>> 2018-11-06 21:37:46 INFO Selenium <- {"value":false}
>> 2018-11-06 21:37:46 INFO Selenium -> POST
>> session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> 2018-11-06 21:37:46 INFO Selenium    >>>
>>
>> http://127.0.0.1:4444/session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> | {"script":"return (jQuery.active === 0)","args":[]}
>> 2018-11-06 21:37:46 INFO Selenium <- {"value":false}
>> 2018-11-06 21:37:46 INFO Selenium -> POST
>> session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> 2018-11-06 21:37:46 INFO Selenium    >>>
>>
>> http://127.0.0.1:4444/session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> | {"script":"return (jQuery.active === 0)","args":[]}
>> 2018-11-06 21:37:46 INFO Selenium <- {"value":false}
>> 2018-11-06 21:37:46 INFO Selenium -> POST
>> session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> 2018-11-06 21:37:46 INFO Selenium    >>>
>>
>> http://127.0.0.1:4444/session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> | {"script":"return (jQuery.active === 0)","args":[]}
>> 2018-11-06 21:37:46 INFO Selenium <- {"value":false}
>> 2018-11-06 21:37:46 INFO Selenium -> POST
>> session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> 2018-11-06 21:37:46 INFO Selenium    >>>
>>
>> http://127.0.0.1:4444/session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> | {"script":"return (jQuery.active === 0)","args":[]}
>> 2018-11-06 21:37:46 INFO Selenium <- {"value":false}
>> 2018-11-06 21:37:46 INFO Selenium -> POST
>> session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> 2018-11-06 21:37:46 INFO Selenium    >>>
>>
>> http://127.0.0.1:4444/session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> | {"script":"return (jQuery.active === 0)","args":[]}
>> 2018-11-06 21:37:46 INFO Selenium <- {"value":false}
>> 2018-11-06 21:37:46 INFO Selenium -> POST
>> session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> 2018-11-06 21:37:46 INFO Selenium    >>>
>>
>> http://127.0.0.1:4444/session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> | {"script":"return (jQuery.active === 0)","args":[]}
>> 2018-11-06 21:37:46 INFO Selenium <- {"value":false}
>> 2018-11-06 21:37:46 INFO Selenium -> POST
>> session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> 2018-11-06 21:37:46 INFO Selenium    >>>
>>
>> http://127.0.0.1:4444/session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> | {"script":"return (jQuery.active === 0)","args":[]}
>> 2018-11-06 21:37:46 INFO Selenium <- {"value":false}
>> 2018-11-06 21:37:47 INFO Selenium -> POST
>> session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> 2018-11-06 21:37:47 INFO Selenium    >>>
>>
>> http://127.0.0.1:4444/session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> | {"script":"return (jQuery.active === 0)","args":[]}
>> 2018-11-06 21:37:47 INFO Selenium <- {"value":false}
>> 2018-11-06 21:37:47 INFO Selenium -> POST
>> session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> 2018-11-06 21:37:47 INFO Selenium    >>>
>>
>> http://127.0.0.1:4444/session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> | {"script":"return (jQuery.active === 0)","args":[]}
>> 2018-11-06 21:37:47 INFO Selenium <- {"value":false}
>> 2018-11-06 21:37:47 INFO Selenium -> POST
>> session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> 2018-11-06 21:37:47 INFO Selenium    >>>
>>
>> http://127.0.0.1:4444/session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> | {"script":"return (jQuery.active === 0)","args":[]}
>> 2018-11-06 21:37:47 INFO Selenium <- {"value":false}
>> 2018-11-06 21:37:47 INFO Selenium -> POST
>> session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> 2018-11-06 21:37:47 INFO Selenium    >>>
>>
>> http://127.0.0.1:4444/session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> | {"script":"return (jQuery.active === 0)","args":[]}
>> 2018-11-06 21:37:47 INFO Selenium <- {"value":false}
>> 2018-11-06 21:37:47 INFO Selenium -> POST
>> session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> 2018-11-06 21:37:47 INFO Selenium    >>>
>>
>> http://127.0.0.1:4444/session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> | {"script":"return (jQuery.active === 0)","args":[]}
>> 2018-11-06 21:37:47 INFO Selenium <- {"value":false}
>> 2018-11-06 21:37:47 INFO Selenium -> POST
>> session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> 2018-11-06 21:37:47 INFO Selenium    >>>
>>
>> http://127.0.0.1:4444/session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> | {"script":"return (jQuery.active === 0)","args":[]}
>> 2018-11-06 21:37:47 INFO Selenium <- {"value":false}
>> 2018-11-06 21:37:47 INFO Selenium -> POST
>> session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> 2018-11-06 21:37:47 INFO Selenium    >>>
>>
>> http://127.0.0.1:4444/session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> | {"script":"return (jQuery.active === 0)","args":[]}
>> 2018-11-06 21:37:47 INFO Selenium <- {"value":false}
>> 2018-11-06 21:37:48 INFO Selenium -> POST
>> session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> 2018-11-06 21:37:48 INFO Selenium    >>>
>>
>> http://127.0.0.1:4444/session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> | {"script":"return (jQuery.active === 0)","args":[]}
>> 2018-11-06 21:37:48 INFO Selenium <- {"value":false}
>> 2018-11-06 21:37:48 INFO Selenium -> POST
>> session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> 2018-11-06 21:37:48 INFO Selenium    >>>
>>
>> http://127.0.0.1:4444/session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> | {"script":"return (jQuery.active === 0)","args":[]}
>> 2018-11-06 21:37:48 INFO Selenium <- {"value":false}
>> 2018-11-06 21:37:48 INFO Selenium -> POST
>> session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> 2018-11-06 21:37:48 INFO Selenium    >>>
>>
>> http://127.0.0.1:4444/session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> | {"script":"return (jQuery.active === 0)","args":[]}
>> 2018-11-06 21:37:48 INFO Selenium <- {"value":false}
>> 2018-11-06 21:37:48 INFO Selenium -> POST
>> session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> 2018-11-06 21:37:48 INFO Selenium    >>>
>>
>> http://127.0.0.1:4444/session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> | {"script":"return (jQuery.active === 0)","args":[]}
>> 2018-11-06 21:37:48 INFO Selenium <- {"value":false}
>> 2018-11-06 21:37:48 INFO Selenium -> POST
>> session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> 2018-11-06 21:37:48 INFO Selenium    >>>
>>
>> http://127.0.0.1:4444/session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> | {"script":"return (jQuery.active === 0)","args":[]}
>> 2018-11-06 21:37:48 INFO Selenium <- {"value":false}
>> 2018-11-06 21:37:48 INFO Selenium -> POST
>> session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> 2018-11-06 21:37:48 INFO Selenium    >>>
>>
>> http://127.0.0.1:4444/session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> | {"script":"return (jQuery.active === 0)","args":[]}
>> 2018-11-06 21:37:48 INFO Selenium <- {"value":false}
>> 2018-11-06 21:37:48 INFO Selenium -> POST
>> session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> 2018-11-06 21:37:48 INFO Selenium    >>>
>>
>> http://127.0.0.1:4444/session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> | {"script":"return (jQuery.active === 0)","args":[]}
>> 2018-11-06 21:37:48 INFO Selenium <- {"value":false}
>> 2018-11-06 21:37:49 INFO Selenium -> POST
>> session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> 2018-11-06 21:37:49 INFO Selenium    >>>
>>
>> http://127.0.0.1:4444/session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> | {"script":"return (jQuery.active === 0)","args":[]}
>> 2018-11-06 21:37:49 INFO Selenium <- {"value":false}
>> 2018-11-06 21:37:49 INFO Selenium -> POST
>> session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> 2018-11-06 21:37:49 INFO Selenium    >>>
>>
>> http://127.0.0.1:4444/session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> | {"script":"return (jQuery.active === 0)","args":[]}
>> 2018-11-06 21:37:49 INFO Selenium <- {"value":false}
>> 2018-11-06 21:37:49 INFO Selenium -> POST
>> session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> 2018-11-06 21:37:49 INFO Selenium    >>>
>>
>> http://127.0.0.1:4444/session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> | {"script":"return (jQuery.active === 0)","args":[]}
>> 2018-11-06 21:37:49 INFO Selenium <- {"value":false}
>> 2018-11-06 21:37:49 INFO Selenium -> POST
>> session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> 2018-11-06 21:37:49 INFO Selenium    >>>
>>
>> http://127.0.0.1:4444/session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> | {"script":"return (jQuery.active === 0)","args":[]}
>> 2018-11-06 21:37:49 INFO Selenium <- {"value":false}
>> 2018-11-06 21:37:49 INFO Selenium -> POST
>> session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> 2018-11-06 21:37:49 INFO Selenium    >>>
>>
>> http://127.0.0.1:4444/session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> | {"script":"return (jQuery.active === 0)","args":[]}
>> 2018-11-06 21:37:49 INFO Selenium <- {"value":false}
>> 2018-11-06 21:37:49 INFO Selenium -> POST
>> session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> 2018-11-06 21:37:49 INFO Selenium    >>>
>>
>> http://127.0.0.1:4444/session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> | {"script":"return (jQuery.active === 0)","args":[]}
>> 2018-11-06 21:37:49 INFO Selenium <- {"value":false}
>> 2018-11-06 21:37:50 INFO Selenium -> POST
>> session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> 2018-11-06 21:37:50 INFO Selenium    >>>
>>
>> http://127.0.0.1:4444/session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> | {"script":"return (jQuery.active === 0)","args":[]}
>> 2018-11-06 21:37:50 INFO Selenium <- {"value":false}
>> 2018-11-06 21:37:50 INFO Selenium -> POST
>> session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> 2018-11-06 21:37:50 INFO Selenium    >>>
>>
>> http://127.0.0.1:4444/session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> | {"script":"return (jQuery.active === 0)","args":[]}
>> 2018-11-06 21:37:50 INFO Selenium <- {"value":false}
>> 2018-11-06 21:37:50 INFO Selenium -> POST
>> session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> 2018-11-06 21:37:50 INFO Selenium    >>>
>>
>> http://127.0.0.1:4444/session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> | {"script":"return (jQuery.active === 0)","args":[]}
>> 2018-11-06 21:37:50 INFO Selenium <- {"value":false}
>> 2018-11-06 21:37:50 INFO Selenium -> POST
>> session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> 2018-11-06 21:37:50 INFO Selenium    >>>
>>
>> http://127.0.0.1:4444/session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> | {"script":"return (jQuery.active === 0)","args":[]}
>> 2018-11-06 21:37:50 INFO Selenium <- {"value":false}
>> 2018-11-06 21:37:50 INFO Selenium -> POST
>> session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> 2018-11-06 21:37:50 INFO Selenium    >>>
>>
>> http://127.0.0.1:4444/session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> | {"script":"return (jQuery.active === 0)","args":[]}
>> 2018-11-06 21:37:50 INFO Selenium <- {"value":false}
>> 2018-11-06 21:37:50 INFO Selenium -> POST
>> session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> 2018-11-06 21:37:50 INFO Selenium    >>>
>>
>> http://127.0.0.1:4444/session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> | {"script":"return (jQuery.active === 0)","args":[]}
>> 2018-11-06 21:37:50 INFO Selenium <- {"value":false}
>> 2018-11-06 21:37:50 INFO Selenium -> POST
>> session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> 2018-11-06 21:37:50 INFO Selenium    >>>
>>
>> http://127.0.0.1:4444/session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> | {"script":"return (jQuery.active === 0)","args":[]}
>> 2018-11-06 21:37:50 INFO Selenium <- {"value":false}
>> 2018-11-06 21:37:51 INFO Selenium -> POST
>> session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> 2018-11-06 21:37:51 INFO Selenium    >>>
>>
>> http://127.0.0.1:4444/session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> | {"script":"return (jQuery.active === 0)","args":[]}
>> 2018-11-06 21:37:51 INFO Selenium <- {"value":false}
>> 2018-11-06 21:37:51 INFO Selenium -> POST
>> session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> 2018-11-06 21:37:51 INFO Selenium    >>>
>>
>> http://127.0.0.1:4444/session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> | {"script":"return (jQuery.active === 0)","args":[]}
>> 2018-11-06 21:37:51 INFO Selenium <- {"value":false}
>> 2018-11-06 21:37:51 INFO Selenium -> POST
>> session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> 2018-11-06 21:37:51 INFO Selenium    >>>
>>
>> http://127.0.0.1:4444/session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> | {"script":"return (jQuery.active === 0)","args":[]}
>> 2018-11-06 21:37:51 INFO Selenium <- {"value":false}
>> 2018-11-06 21:37:51 INFO Selenium -> POST
>> session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> 2018-11-06 21:37:51 INFO Selenium    >>>
>>
>> http://127.0.0.1:4444/session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> | {"script":"return (jQuery.active === 0)","args":[]}
>> 2018-11-06 21:37:51 INFO Selenium <- {"value":false}
>> 2018-11-06 21:37:51 INFO Selenium -> POST
>> session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> 2018-11-06 21:37:51 INFO Selenium    >>>
>>
>> http://127.0.0.1:4444/session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> | {"script":"return (jQuery.active === 0)","args":[]}
>> 2018-11-06 21:37:51 INFO Selenium <- {"value":false}
>> 2018-11-06 21:37:51 INFO Selenium -> POST
>> session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> 2018-11-06 21:37:51 INFO Selenium    >>>
>>
>> http://127.0.0.1:4444/session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> | {"script":"return (jQuery.active === 0)","args":[]}
>> 2018-11-06 21:37:51 INFO Selenium <- {"value":false}
>> 2018-11-06 21:37:51 INFO Selenium -> POST
>> session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> 2018-11-06 21:37:51 INFO Selenium    >>>
>>
>> http://127.0.0.1:4444/session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> | {"script":"return (jQuery.active === 0)","args":[]}
>> 2018-11-06 21:37:51 INFO Selenium <- {"value":false}
>> 2018-11-06 21:37:52 INFO Selenium -> POST
>> session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> 2018-11-06 21:37:52 INFO Selenium    >>>
>>
>> http://127.0.0.1:4444/session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> | {"script":"return (jQuery.active === 0)","args":[]}
>> 2018-11-06 21:37:52 INFO Selenium <- {"value":false}
>> 2018-11-06 21:37:52 INFO Selenium -> POST
>> session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> 2018-11-06 21:37:52 INFO Selenium    >>>
>>
>> http://127.0.0.1:4444/session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> | {"script":"return (jQuery.active === 0)","args":[]}
>> 2018-11-06 21:37:52 INFO Selenium <- {"value":false}
>> 2018-11-06 21:37:52 INFO Selenium -> POST
>> session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> 2018-11-06 21:37:52 INFO Selenium    >>>
>>
>> http://127.0.0.1:4444/session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> | {"script":"return (jQuery.active === 0)","args":[]}
>> 2018-11-06 21:37:52 INFO Selenium <- {"value":false}
>> 2018-11-06 21:37:52 INFO Selenium -> POST
>> session/7e876088-d29b-4b08-90a2-6609870215df/execute/sync
>> 2018-11-06 21:37:52 INFO Selenium    >>>
>>
>> ...
>
> --
> --
> Before posting, please read
> https://github.com/watir/watir_meta/wiki/Guidelines-for-Posting-to-Watir-General-Google-Group.
>
> In short: search before you ask, be nice.
>
> [email protected]
> http://groups.google.com/group/watir-general
> [email protected]
> ---
> You received this message because you are subscribed to the Google Groups
> "Watir General" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
Before posting, please read 
https://github.com/watir/watir_meta/wiki/Guidelines-for-Posting-to-Watir-General-Google-Group.
 
In short: search before you ask, be nice.

[email protected]
http://groups.google.com/group/watir-general
[email protected]
--- 
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to