appium-remote-debugger 15.7.0 → 15.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/atoms/active_element.js +16 -71
- package/atoms/clear.js +73 -131
- package/atoms/clear_local_storage.js +16 -71
- package/atoms/clear_session_storage.js +16 -71
- package/atoms/click.js +81 -137
- package/atoms/default_content.js +16 -71
- package/atoms/execute_async_script.js +20 -9
- package/atoms/execute_script.js +19 -7
- package/atoms/execute_sql.js +13 -2
- package/atoms/find_element.js +56 -109
- package/atoms/find_element_fragment.js +57 -111
- package/atoms/find_elements.js +57 -112
- package/atoms/frame_by_id_or_name.js +59 -112
- package/atoms/frame_by_index.js +16 -71
- package/atoms/get_appcache_status.js +16 -71
- package/atoms/get_attribute.js +15 -4
- package/atoms/get_attribute_value.js +32 -90
- package/atoms/get_effective_style.js +15 -6
- package/atoms/get_element_from_cache.js +14 -3
- package/atoms/get_frame_window.js +16 -71
- package/atoms/get_local_storage_item.js +16 -71
- package/atoms/get_local_storage_key.js +10 -67
- package/atoms/get_local_storage_keys.js +16 -71
- package/atoms/get_local_storage_size.js +16 -71
- package/atoms/get_location.js +14 -3
- package/atoms/get_session_storage_item.js +16 -71
- package/atoms/get_session_storage_key.js +10 -67
- package/atoms/get_session_storage_keys.js +16 -71
- package/atoms/get_session_storage_size.js +16 -71
- package/atoms/get_size.js +31 -91
- package/atoms/get_text.js +53 -112
- package/atoms/get_top_left_coordinates.js +42 -101
- package/atoms/get_value_of_css_property.js +32 -90
- package/atoms/is_displayed.js +47 -106
- package/atoms/is_editable.js +12 -1
- package/atoms/is_enabled.js +29 -87
- package/atoms/is_focusable.js +15 -4
- package/atoms/is_interactable.js +33 -23
- package/atoms/is_selected.js +28 -87
- package/atoms/lastupdate +6 -17
- package/atoms/remove_local_storage_item.js +16 -71
- package/atoms/remove_session_storage_item.js +16 -71
- package/atoms/set_local_storage_item.js +16 -71
- package/atoms/set_session_storage_item.js +16 -71
- package/atoms/submit.js +71 -129
- package/atoms/type.js +71 -129
- package/package.json +2 -2
|
@@ -1,118 +1,64 @@
|
|
|
1
|
-
function(){return (function(){
|
|
2
|
-
function ea(a){var b=typeof a;if("object"==b)if(a){if(a instanceof Array)return"array";if(a instanceof Object)return b;var c=Object.prototype.toString.call(a);if("[object Window]"==c)return"object";if("[object Array]"==c||"number"==typeof a.length&&"undefined"!=typeof a.splice&&"undefined"!=typeof a.propertyIsEnumerable&&!a.propertyIsEnumerable("splice"))return"array";if("[object Function]"==c||"undefined"!=typeof a.call&&"undefined"!=typeof a.propertyIsEnumerable&&!a.propertyIsEnumerable("call"))return"function"}else return"null";
|
|
3
|
-
else if("function"==b&&"undefined"==typeof a.call)return"object";return b}function fa(a){var b=ea(a);return"array"==b||"object"==b&&"number"==typeof a.length}function ha(a){return"function"==ea(a)}function ia(a){var b=typeof a;return"object"==b&&null!=a||"function"==b}function ja(a,b,c){return a.call.apply(a.bind,arguments)}
|
|
4
|
-
function ka(a,b,c){if(!a)throw Error();if(2<arguments.length){var d=Array.prototype.slice.call(arguments,2);return function(){var e=Array.prototype.slice.call(arguments);Array.prototype.unshift.apply(e,d);return a.apply(b,e)}}return function(){return a.apply(b,arguments)}}function la(a,b,c){Function.prototype.bind&&-1!=Function.prototype.bind.toString().indexOf("native code")?la=ja:la=ka;return la.apply(null,arguments)}
|
|
5
|
-
function ma(a,b){var c=Array.prototype.slice.call(arguments,1);return function(){var d=c.slice();d.push.apply(d,arguments);return a.apply(this,d)}}var na=Date.now||function(){return+new Date};function k(a,b){function c(){}c.prototype=b.prototype;a.prototype=new c;a.prototype.constructor=a};/*
|
|
1
|
+
function(){return (function(){/*
|
|
6
2
|
|
|
7
|
-
The
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
13
|
-
of this software and associated documentation files (the "Software"), to
|
|
14
|
-
deal in the Software without restriction, including without limitation the
|
|
15
|
-
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
|
16
|
-
sell copies of the Software, and to permit persons to whom the Software is
|
|
17
|
-
furnished to do so, subject to the following conditions:
|
|
18
|
-
|
|
19
|
-
The above copyright notice and this permission notice shall be included in
|
|
20
|
-
all copies or substantial portions of the Software.
|
|
3
|
+
Copyright The Closure Library Authors.
|
|
4
|
+
Copyright The Closure Compiler Authors.
|
|
5
|
+
SPDX-License-Identifier: Apache-2.0
|
|
6
|
+
*/
|
|
7
|
+
var aa=aa||{},h=this||self;try{var ba=window}catch(a){ba=h};/*
|
|
21
8
|
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
25
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
26
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
27
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
28
|
-
IN THE SOFTWARE.
|
|
9
|
+
Copyright The Closure Library Authors.
|
|
10
|
+
SPDX-License-Identifier: Apache-2.0
|
|
29
11
|
*/
|
|
30
|
-
function
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
function
|
|
35
|
-
a.
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
function
|
|
40
|
-
function
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
typeof b||"boolean"==typeof c?a(!!b,!!c):"number"==typeof b||"number"==typeof c?a(+b,+c):a(b,c):a(+b,+c)}nb.prototype.a=function(a){return this.c.u(this.h,this.A,a)};nb.prototype.toString=function(){var a="Binary Expression: "+this.c;a+=G(this.h);return a+=G(this.A)};function rb(a,b,c,d){this.aa=a;this.N=b;this.i=c;this.u=d}rb.prototype.toString=function(){return this.aa};var sb={};
|
|
44
|
-
function J(a,b,c,d){if(sb.hasOwnProperty(a))throw Error("Binary operator already created: "+a);a=new rb(a,b,c,d);return sb[a.toString()]=a}J("div",6,1,function(a,b,c){return H(a,c)/H(b,c)});J("mod",6,1,function(a,b,c){return H(a,c)%H(b,c)});J("*",6,1,function(a,b,c){return H(a,c)*H(b,c)});J("+",5,1,function(a,b,c){return H(a,c)+H(b,c)});J("-",5,1,function(a,b,c){return H(a,c)-H(b,c)});J("<",4,2,function(a,b,c){return qb(function(d,e){return d<e},a,b,c)});
|
|
45
|
-
J(">",4,2,function(a,b,c){return qb(function(d,e){return d>e},a,b,c)});J("<=",4,2,function(a,b,c){return qb(function(d,e){return d<=e},a,b,c)});J(">=",4,2,function(a,b,c){return qb(function(d,e){return d>=e},a,b,c)});var pb=J("=",3,2,function(a,b,c){return qb(function(d,e){return d==e},a,b,c,!0)});J("!=",3,2,function(a,b,c){return qb(function(d,e){return d!=e},a,b,c,!0)});J("and",2,2,function(a,b,c){return mb(a,c)&&mb(b,c)});J("or",1,2,function(a,b,c){return mb(a,c)||mb(b,c)});function tb(a,b){if(b.a.length&&4!=a.i)throw Error("Primary expression must evaluate to nodeset if filter has predicate(s).");F.call(this,a.i);this.c=a;this.h=b;this.g=a.g;this.b=a.b}k(tb,F);tb.prototype.a=function(a){a=this.c.a(a);return ub(this.h,a)};tb.prototype.toString=function(){var a="Filter:"+G(this.c);return a+=G(this.h)};function vb(a,b){if(b.length<a.M)throw Error("Function "+a.l+" expects at least"+a.M+" arguments, "+b.length+" given");if(null!==a.H&&b.length>a.H)throw Error("Function "+a.l+" expects at most "+a.H+" arguments, "+b.length+" given");a.$&&l(b,function(c,d){if(4!=c.i)throw Error("Argument "+d+" to function "+a.l+" is not of type Nodeset: "+c);});F.call(this,a.i);this.F=a;this.c=b;kb(this,a.g||ua(b,function(c){return c.g}));lb(this,a.Z&&!b.length||a.Y&&!!b.length||ua(b,function(c){return c.b}))}
|
|
46
|
-
k(vb,F);vb.prototype.a=function(a){return this.F.u.apply(null,xa(a,this.c))};vb.prototype.toString=function(){var a="Function: "+this.F;if(this.c.length){var b=ta(this.c,function(c,d){return c+G(d)},"Arguments:");a+=G(b)}return a};function wb(a,b,c,d,e,f,g,h){this.l=a;this.i=b;this.g=c;this.Z=d;this.Y=!1;this.u=e;this.M=f;this.H=void 0!==g?g:f;this.$=!!h}wb.prototype.toString=function(){return this.l};var xb={};
|
|
47
|
-
function K(a,b,c,d,e,f,g,h){if(xb.hasOwnProperty(a))throw Error("Function already created: "+a+".");xb[a]=new wb(a,b,c,d,e,f,g,h)}K("boolean",2,!1,!1,function(a,b){return mb(b,a)},1);K("ceiling",1,!1,!1,function(a,b){return Math.ceil(H(b,a))},1);K("concat",3,!1,!1,function(a,b){return ta(ya(arguments,1),function(c,d){return c+I(d,a)},"")},2,null);K("contains",2,!1,!1,function(a,b,c){b=I(b,a);a=I(c,a);return-1!=b.indexOf(a)},2);K("count",1,!1,!1,function(a,b){return b.a(a).o},1,1,!0);
|
|
48
|
-
K("false",2,!1,!1,function(){return!1},0);K("floor",1,!1,!1,function(a,b){return Math.floor(H(b,a))},1);K("id",4,!1,!1,function(a,b){var c=a.a,d=9==c.nodeType?c:c.ownerDocument;a=I(b,a).split(/\s+/);var e=[];l(a,function(g){g=d.getElementById(g);!g||0<=qa(e,g)||e.push(g)});e.sort(Xa);var f=new B;l(e,function(g){f.add(g)});return f},1);K("lang",2,!1,!1,function(){return!1},1);K("last",1,!0,!1,function(a){if(1!=arguments.length)throw Error("Function last expects ()");return a.f},0);
|
|
49
|
-
K("local-name",3,!1,!0,function(a,b){return(a=b?hb(b.a(a)):a.a)?a.localName||a.nodeName.toLowerCase():""},0,1,!0);K("name",3,!1,!0,function(a,b){return(a=b?hb(b.a(a)):a.a)?a.nodeName.toLowerCase():""},0,1,!0);K("namespace-uri",3,!0,!1,function(){return""},0,1,!0);K("normalize-space",3,!1,!0,function(a,b){return(b?I(b,a):A(a.a)).replace(/[\s\xa0]+/g," ").replace(/^\s+|\s+$/g,"")},0,1);K("not",2,!1,!1,function(a,b){return!mb(b,a)},1);K("number",1,!1,!0,function(a,b){return b?H(b,a):+A(a.a)},0,1);
|
|
50
|
-
K("position",1,!0,!1,function(a){return a.b},0);K("round",1,!1,!1,function(a,b){return Math.round(H(b,a))},1);K("starts-with",2,!1,!1,function(a,b,c){b=I(b,a);a=I(c,a);return 0==b.lastIndexOf(a,0)},2);K("string",3,!1,!0,function(a,b){return b?I(b,a):A(a.a)},0,1);K("string-length",1,!1,!0,function(a,b){return(b?I(b,a):A(a.a)).length},0,1);
|
|
51
|
-
K("substring",3,!1,!1,function(a,b,c,d){c=H(c,a);if(isNaN(c)||Infinity==c||-Infinity==c)return"";d=d?H(d,a):Infinity;if(isNaN(d)||-Infinity===d)return"";c=Math.round(c)-1;var e=Math.max(c,0);a=I(b,a);return Infinity==d?a.substring(e):a.substring(e,c+Math.round(d))},2,3);K("substring-after",3,!1,!1,function(a,b,c){b=I(b,a);a=I(c,a);c=b.indexOf(a);return-1==c?"":b.substring(c+a.length)},2);
|
|
52
|
-
K("substring-before",3,!1,!1,function(a,b,c){b=I(b,a);a=I(c,a);a=b.indexOf(a);return-1==a?"":b.substring(0,a)},2);K("sum",1,!1,!1,function(a,b){a=D(b.a(a));b=0;for(var c=E(a);c;c=E(a))b+=+A(c);return b},1,1,!0);K("translate",3,!1,!1,function(a,b,c,d){b=I(b,a);c=I(c,a);var e=I(d,a);a={};for(d=0;d<c.length;d++){var f=c.charAt(d);f in a||(a[f]=e.charAt(d))}c="";for(d=0;d<b.length;d++)f=b.charAt(d),c+=f in a?a[f]:f;return c},3);K("true",2,!1,!1,function(){return!0},0);function C(a,b){this.h=a;this.c=void 0!==b?b:null;this.b=null;switch(a){case "comment":this.b=8;break;case "text":this.b=3;break;case "processing-instruction":this.b=7;break;case "node":break;default:throw Error("Unexpected argument");}}function yb(a){return"comment"==a||"text"==a||"processing-instruction"==a||"node"==a}C.prototype.a=function(a){return null===this.b||this.b==a.nodeType};C.prototype.f=function(){return this.h};
|
|
53
|
-
C.prototype.toString=function(){var a="Kind Test: "+this.h;null===this.c||(a+=G(this.c));return a};function zb(a){F.call(this,3);this.c=a.substring(1,a.length-1)}k(zb,F);zb.prototype.a=function(){return this.c};zb.prototype.toString=function(){return"Literal: "+this.c};function Ab(a,b){this.l=a.toLowerCase();a="*"==this.l?"*":"http://www.w3.org/1999/xhtml";this.b=b?b.toLowerCase():a}Ab.prototype.a=function(a){var b=a.nodeType;if(1!=b&&2!=b)return!1;b=void 0!==a.localName?a.localName:a.nodeName;return"*"!=this.l&&this.l!=b.toLowerCase()?!1:"*"==this.b?!0:this.b==(a.namespaceURI?a.namespaceURI.toLowerCase():"http://www.w3.org/1999/xhtml")};Ab.prototype.f=function(){return this.l};
|
|
54
|
-
Ab.prototype.toString=function(){return"Name Test: "+("http://www.w3.org/1999/xhtml"==this.b?"":this.b+":")+this.l};function Bb(a){F.call(this,1);this.c=a}k(Bb,F);Bb.prototype.a=function(){return this.c};Bb.prototype.toString=function(){return"Number: "+this.c};function Cb(a,b){F.call(this,a.i);this.h=a;this.c=b;this.g=a.g;this.b=a.b;1==this.c.length&&(a=this.c[0],a.G||a.c!=Db||(a=a.A,"*"!=a.f()&&(this.f={name:a.f(),C:null})))}k(Cb,F);function Eb(){F.call(this,4)}k(Eb,F);Eb.prototype.a=function(a){var b=new B;a=a.a;9==a.nodeType?b.add(a):b.add(a.ownerDocument);return b};Eb.prototype.toString=function(){return"Root Helper Expression"};function Fb(){F.call(this,4)}k(Fb,F);Fb.prototype.a=function(a){var b=new B;b.add(a.a);return b};Fb.prototype.toString=function(){return"Context Helper Expression"};
|
|
55
|
-
function Gb(a){return"/"==a||"//"==a}Cb.prototype.a=function(a){var b=this.h.a(a);if(!(b instanceof B))throw Error("Filter expression must evaluate to nodeset.");a=this.c;for(var c=0,d=a.length;c<d&&b.o;c++){var e=a[c],f=D(b,e.c.B);if(e.g||e.c!=Hb)if(e.g||e.c!=Ib){var g=E(f);for(b=e.a(new oa(g));null!=(g=E(f));)g=e.a(new oa(g)),b=fb(b,g)}else g=E(f),b=e.a(new oa(g));else{for(g=E(f);(b=E(f))&&(!g.contains||g.contains(b))&&b.compareDocumentPosition(g)&8;g=b);b=e.a(new oa(g))}}return b};
|
|
56
|
-
Cb.prototype.toString=function(){var a="Path Expression:"+G(this.h);if(this.c.length){var b=ta(this.c,function(c,d){return c+G(d)},"Steps:");a+=G(b)}return a};function Jb(a,b){this.a=a;this.B=!!b}
|
|
57
|
-
function ub(a,b,c){for(c=c||0;c<a.a.length;c++)for(var d=a.a[c],e=D(b),f=b.o,g,h=0;g=E(e);h++){var p=a.B?f-h:h+1;g=d.a(new oa(g,p,f));if("number"==typeof g)p=p==g;else if("string"==typeof g||"boolean"==typeof g)p=!!g;else if(g instanceof B)p=0<g.o;else throw Error("Predicate.evaluate returned an unexpected type.");if(!p){p=e;g=p.f;var u=p.a;if(!u)throw Error("Next must be called at least once before remove.");var m=u.b;u=u.a;m?m.a=u:g.a=u;u?u.b=m:g.b=m;g.o--;p.a=null}}return b}
|
|
58
|
-
Jb.prototype.toString=function(){return ta(this.a,function(a,b){return a+G(b)},"Predicates:")};function L(a,b,c,d){F.call(this,4);this.c=a;this.A=b;this.h=c||new Jb([]);this.G=!!d;b=this.h;b=0<b.a.length?b.a[0].f:null;a.ha&&b&&(this.f={name:b.name,C:b.C});a:{a=this.h;for(b=0;b<a.a.length;b++)if(c=a.a[b],c.g||1==c.i||0==c.i){a=!0;break a}a=!1}this.g=a}k(L,F);
|
|
59
|
-
L.prototype.a=function(a){var b=a.a,c=this.f,d=null,e=null,f=0;c&&(d=c.name,e=c.C?I(c.C,a):null,f=1);if(this.G)if(this.g||this.c!=Kb)if(b=D((new L(Lb,new C("node"))).a(a)),c=E(b))for(a=this.u(c,d,e,f);null!=(c=E(b));)a=fb(a,this.u(c,d,e,f));else a=new B;else a=bb(this.A,b,d,e),a=ub(this.h,a,f);else a=this.u(a.a,d,e,f);return a};L.prototype.u=function(a,b,c,d){a=this.c.F(this.A,a,b,c);return a=ub(this.h,a,d)};
|
|
60
|
-
L.prototype.toString=function(){var a="Step:"+G("Operator: "+(this.G?"//":"/"));this.c.l&&(a+=G("Axis: "+this.c));a+=G(this.A);if(this.h.a.length){var b=ta(this.h.a,function(c,d){return c+G(d)},"Predicates:");a+=G(b)}return a};function Mb(a,b,c,d){this.l=a;this.F=b;this.B=c;this.ha=d}Mb.prototype.toString=function(){return this.l};var Nb={};function M(a,b,c,d){if(Nb.hasOwnProperty(a))throw Error("Axis already created: "+a);b=new Mb(a,b,c,!!d);return Nb[a]=b}
|
|
61
|
-
M("ancestor",function(a,b){for(var c=new B;b=b.parentNode;)a.a(b)&&gb(c,b);return c},!0);M("ancestor-or-self",function(a,b){var c=new B;do a.a(b)&&gb(c,b);while(b=b.parentNode);return c},!0);
|
|
62
|
-
var Db=M("attribute",function(a,b){var c=new B,d=a.f();if(b=b.attributes)if(a instanceof C&&null===a.b||"*"==d)for(a=0;d=b[a];a++)c.add(d);else(d=b.getNamedItem(d))&&c.add(d);return c},!1),Kb=M("child",function(a,b,c,d,e){c=ca(c)?c:null;d=ca(d)?d:null;e=e||new B;for(b=b.firstChild;b;b=b.nextSibling)ab(b,c,d)&&a.a(b)&&e.add(b);return e},!1,!0);M("descendant",bb,!1,!0);
|
|
63
|
-
var Lb=M("descendant-or-self",function(a,b,c,d){var e=new B;ab(b,c,d)&&a.a(b)&&e.add(b);return bb(a,b,c,d,e)},!1,!0),Hb=M("following",function(a,b,c,d){var e=new B;do for(var f=b;f=f.nextSibling;)ab(f,c,d)&&a.a(f)&&e.add(f),e=bb(a,f,c,d,e);while(b=b.parentNode);return e},!1,!0);M("following-sibling",function(a,b){for(var c=new B;b=b.nextSibling;)a.a(b)&&c.add(b);return c},!1);M("namespace",function(){return new B},!1);
|
|
64
|
-
var Ob=M("parent",function(a,b){var c=new B;if(9==b.nodeType)return c;if(2==b.nodeType)return c.add(b.ownerElement),c;b=b.parentNode;a.a(b)&&c.add(b);return c},!1),Ib=M("preceding",function(a,b,c,d){var e=new B,f=[];do f.unshift(b);while(b=b.parentNode);for(var g=1,h=f.length;g<h;g++){var p=[];for(b=f[g];b=b.previousSibling;)p.unshift(b);for(var u=0,m=p.length;u<m;u++)b=p[u],ab(b,c,d)&&a.a(b)&&e.add(b),e=bb(a,b,c,d,e)}return e},!0,!0);
|
|
65
|
-
M("preceding-sibling",function(a,b){for(var c=new B;b=b.previousSibling;)a.a(b)&&gb(c,b);return c},!0);var Pb=M("self",function(a,b){var c=new B;a.a(b)&&c.add(b);return c},!1);function Qb(a){F.call(this,1);this.c=a;this.g=a.g;this.b=a.b}k(Qb,F);Qb.prototype.a=function(a){return-H(this.c,a)};Qb.prototype.toString=function(){return"Unary Expression: -"+G(this.c)};function Rb(a){F.call(this,4);this.c=a;kb(this,ua(this.c,function(b){return b.g}));lb(this,ua(this.c,function(b){return b.b}))}k(Rb,F);Rb.prototype.a=function(a){var b=new B;l(this.c,function(c){c=c.a(a);if(!(c instanceof B))throw Error("Path expression must evaluate to NodeSet.");b=fb(b,c)});return b};Rb.prototype.toString=function(){return ta(this.c,function(a,b){return a+G(b)},"Union Expression:")};function Sb(a,b){this.a=a;this.b=b}function Tb(a){for(var b,c=[];;){N(a,"Missing right hand side of binary expression.");b=Ub(a);var d=t(a.a);if(!d)break;var e=(d=sb[d]||null)&&d.N;if(!e){a.a.a--;break}for(;c.length&&e<=c[c.length-1].N;)b=new nb(c.pop(),c.pop(),b);c.push(b,d)}for(;c.length;)b=new nb(c.pop(),c.pop(),b);return b}function N(a,b){if(Ra(a.a))throw Error(b);}function Vb(a,b){a=t(a.a);if(a!=b)throw Error("Bad token, expected: "+b+" got: "+a);}
|
|
66
|
-
function Wb(a){a=t(a.a);if(")"!=a)throw Error("Bad token: "+a);}function Xb(a){a=t(a.a);if(2>a.length)throw Error("Unclosed literal string");return new zb(a)}
|
|
67
|
-
function Yb(a){var b=[];if(Gb(r(a.a))){var c=t(a.a);var d=r(a.a);if("/"==c&&(Ra(a.a)||"."!=d&&".."!=d&&"@"!=d&&"*"!=d&&!/(?![0-9])[\w]/.test(d)))return new Eb;d=new Eb;N(a,"Missing next location step.");c=Zb(a,c);b.push(c)}else{a:{c=r(a.a);d=c.charAt(0);switch(d){case "$":throw Error("Variable reference not allowed in HTML XPath");case "(":t(a.a);c=Tb(a);N(a,'unclosed "("');Vb(a,")");break;case '"':case "'":c=Xb(a);break;default:if(isNaN(+c))if(!yb(c)&&/(?![0-9])[\w]/.test(d)&&"("==r(a.a,1)){c=t(a.a);
|
|
68
|
-
c=xb[c]||null;t(a.a);for(d=[];")"!=r(a.a);){N(a,"Missing function argument list.");d.push(Tb(a));if(","!=r(a.a))break;t(a.a)}N(a,"Unclosed function argument list.");Wb(a);c=new vb(c,d)}else{c=null;break a}else c=new Bb(+t(a.a))}"["==r(a.a)&&(d=new Jb($b(a)),c=new tb(c,d))}if(c)if(Gb(r(a.a)))d=c;else return c;else c=Zb(a,"/"),d=new Fb,b.push(c)}for(;Gb(r(a.a));)c=t(a.a),N(a,"Missing next location step."),c=Zb(a,c),b.push(c);return new Cb(d,b)}
|
|
69
|
-
function Zb(a,b){if("/"!=b&&"//"!=b)throw Error('Step op should be "/" or "//"');if("."==r(a.a)){var c=new L(Pb,new C("node"));t(a.a);return c}if(".."==r(a.a))return c=new L(Ob,new C("node")),t(a.a),c;if("@"==r(a.a)){var d=Db;t(a.a);N(a,"Missing attribute name")}else if("::"==r(a.a,1)){if(!/(?![0-9])[\w]/.test(r(a.a).charAt(0)))throw Error("Bad token: "+t(a.a));var e=t(a.a);d=Nb[e]||null;if(!d)throw Error("No axis with name: "+e);t(a.a);N(a,"Missing node name")}else d=Kb;e=r(a.a);if(/(?![0-9])[\w\*]/.test(e.charAt(0)))if("("==
|
|
70
|
-
r(a.a,1)){if(!yb(e))throw Error("Invalid node type: "+e);e=t(a.a);if(!yb(e))throw Error("Invalid type name: "+e);Vb(a,"(");N(a,"Bad nodetype");var f=r(a.a).charAt(0),g=null;if('"'==f||"'"==f)g=Xb(a);N(a,"Bad nodetype");Wb(a);e=new C(e,g)}else if(e=t(a.a),f=e.indexOf(":"),-1==f)e=new Ab(e);else{g=e.substring(0,f);if("*"==g)var h="*";else if(h=a.b(g),!h)throw Error("Namespace prefix not declared: "+g);e=e.substr(f+1);e=new Ab(e,h)}else throw Error("Bad token: "+t(a.a));a=new Jb($b(a),d.B);return c||
|
|
71
|
-
new L(d,e,a,"//"==b)}function $b(a){for(var b=[];"["==r(a.a);){t(a.a);N(a,"Missing predicate expression.");var c=Tb(a);b.push(c);N(a,"Unclosed predicate expression.");Vb(a,"]")}return b}function Ub(a){if("-"==r(a.a))return t(a.a),new Qb(Ub(a));var b=Yb(a);if("|"!=r(a.a))a=b;else{for(b=[b];"|"==t(a.a);)N(a,"Missing next union location path."),b.push(Yb(a));a.a.a--;a=new Rb(b)}return a};function ac(a){switch(a.nodeType){case 1:return ma(dc,a);case 9:return ac(a.documentElement);case 11:case 10:case 6:case 12:return ec;default:return a.parentNode?ac(a.parentNode):ec}}function ec(){return null}function dc(a,b){if(a.prefix==b)return a.namespaceURI||"http://www.w3.org/1999/xhtml";var c=a.getAttributeNode("xmlns:"+b);return c&&c.specified?c.value||null:a.parentNode&&9!=a.parentNode.nodeType?dc(a.parentNode,b):null};function fc(a,b){if(!a.length)throw Error("Empty XPath expression.");a=Oa(a);if(Ra(a))throw Error("Invalid XPath expression.");b?ha(b)||(b=la(b.lookupNamespaceURI,b)):b=function(){return null};var c=Tb(new Sb(a,b));if(!Ra(a))throw Error("Bad token: "+t(a));this.evaluate=function(d,e){d=c.a(new oa(d));return new O(d,e)}}
|
|
72
|
-
function O(a,b){if(0==b)if(a instanceof B)b=4;else if("string"==typeof a)b=2;else if("number"==typeof a)b=1;else if("boolean"==typeof a)b=3;else throw Error("Unexpected evaluation result.");if(2!=b&&1!=b&&3!=b&&!(a instanceof B))throw Error("value could not be converted to the specified type");this.resultType=b;switch(b){case 2:this.stringValue=a instanceof B?ib(a):""+a;break;case 1:this.numberValue=a instanceof B?+ib(a):+a;break;case 3:this.booleanValue=a instanceof B?0<a.o:!!a;break;case 4:case 5:case 6:case 7:var c=
|
|
73
|
-
D(a);var d=[];for(var e=E(c);e;e=E(c))d.push(e);this.snapshotLength=a.o;this.invalidIteratorState=!1;break;case 8:case 9:this.singleNodeValue=hb(a);break;default:throw Error("Unknown XPathResult type.");}var f=0;this.iterateNext=function(){if(4!=b&&5!=b)throw Error("iterateNext called with wrong result type");return f>=d.length?null:d[f++]};this.snapshotItem=function(g){if(6!=b&&7!=b)throw Error("snapshotItem called with wrong result type");return g>=d.length||0>g?null:d[g]}}O.ANY_TYPE=0;
|
|
74
|
-
O.NUMBER_TYPE=1;O.STRING_TYPE=2;O.BOOLEAN_TYPE=3;O.UNORDERED_NODE_ITERATOR_TYPE=4;O.ORDERED_NODE_ITERATOR_TYPE=5;O.UNORDERED_NODE_SNAPSHOT_TYPE=6;O.ORDERED_NODE_SNAPSHOT_TYPE=7;O.ANY_UNORDERED_NODE_TYPE=8;O.FIRST_ORDERED_NODE_TYPE=9;function gc(a){this.lookupNamespaceURI=ac(a)}
|
|
75
|
-
function hc(a,b){a=a||ba;var c=a.Document&&a.Document.prototype||a.document;if(!c.evaluate||b)a.XPathResult=O,c.evaluate=function(d,e,f,g){return(new fc(d,f)).evaluate(e,g)},c.createExpression=function(d,e){return new fc(d,e)},c.createNSResolver=function(d){return new gc(d)}}da("wgxpath.install",hc);da("wgxpath.install",hc);var ic=window;function P(a,b){this.code=a;this.a=R[a]||jc;this.message=b||"";a=this.a.replace(/((?:^|\s+)[a-z])/g,function(c){return c.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||""}k(P,Error);var jc="unknown error",R={15:"element not selectable",11:"element not visible"};R[31]=jc;R[30]=jc;R[24]="invalid cookie domain";R[29]="invalid element coordinates";R[12]="invalid element state";
|
|
76
|
-
R[32]="invalid selector";R[51]="invalid selector";R[52]="invalid selector";R[17]="javascript error";R[405]="unsupported operation";R[34]="move target out of bounds";R[27]="no such alert";R[7]="no such element";R[8]="no such frame";R[23]="no such window";R[28]="script timeout";R[33]="session not created";R[10]="stale element reference";R[21]="timeout";R[25]="unable to set cookie";R[26]="unexpected alert open";R[13]=jc;R[9]="unknown command";var kc=Ja(),lc=Ma()||q("iPod"),mc=q("iPad"),nc=q("Android")&&!(Ka()||Ja()||q("Opera")||q("Silk")),oc=Ka(),pc=q("Safari")&&!(Ka()||q("Coast")||q("Opera")||q("Edge")||q("Edg/")||q("OPR")||Ja()||q("Silk")||q("Android"))&&!(Ma()||q("iPad")||q("iPod"));function qc(a){return(a=a.exec(Da))?a[1]:""}(function(){if(kc)return qc(/Firefox\/([0-9.]+)/);if(oc)return Ma()||q("iPad")||q("iPod")?qc(/CriOS\/([0-9.]+)/):qc(/Chrome\/([0-9.]+)/);if(pc&&!(Ma()||q("iPad")||q("iPod")))return qc(/Version\/([0-9.]+)/);if(lc||mc){var a=/Version\/(\S+).*Mobile\/(\S+)/.exec(Da);if(a)return a[1]+"."+a[2]}else if(nc)return(a=qc(/Android\s+([0-9.]+)/))?a:qc(/Version\/([0-9.]+)/);return""})();var rc=ba.JSON.stringify;function sc(a){function b(c,d){switch(ea(c)){case "string":case "number":case "boolean":return c;case "function":return c.toString();case "array":return sa(c,function(f){return b(f,d)});case "object":if(0<=d.indexOf(c))throw new P(17,"Recursive object cannot be transferred");if(null!==c&&"nodeType"in c&&(1==c.nodeType||9==c.nodeType)){var e={};e.ELEMENT=tc(c);return e}if(null!==c&&"document"in c)return e={},e.WINDOW=tc(c),e;d.push(c);if(fa(c))return sa(c,function(f){return b(f,d)});c=Ga(c,function(f,
|
|
77
|
-
g){return"number"==typeof g||ca(g)});return Ha(c,function(f){return b(f,d)});default:return null}}return b(a,[])}function uc(a){a=a||document;var b=a.$wdc_;b||(b=a.$wdc_={},b.I=na());b.I||(b.I=na());return b}function tc(a){var b=uc(a.ownerDocument),c=Ia(b,function(d){return d==a});c||(c=":wdc:"+b.I++,b[c]=a);return c}
|
|
78
|
-
function vc(a,b){a=decodeURIComponent(a);b=b||document;var c=uc(b);if(!(null!==c&&a in c))throw new P(10,"Element does not exist in cache");var d=c[a];if(null!==d&&"setInterval"in d){if(d.closed)throw delete c[a],new P(23,"Window has been closed.");return d}for(var e=d;e;){if(e==b.documentElement)return d;e.host&&11===e.nodeType&&(e=e.host);e=e.parentNode}delete c[a];throw new P(10,"Element is no longer attached to the DOM");};var wc={D:function(a){return!(!a.querySelectorAll||!a.querySelector)},s:function(a,b){if(!a)throw new P(32,"No class name specified");a=Ca(a);if(-1!==a.indexOf(" "))throw new P(32,"Compound class names not permitted");if(wc.D(b))try{return b.querySelector("."+a.replace(/\./g,"\\."))||null}catch(c){throw new P(32,"An invalid or illegal class name was specified");}a=x(v(b),"*",a,b);return a.length?a[0]:null},j:function(a,b){if(!a)throw new P(32,"No class name specified");a=Ca(a);if(-1!==a.indexOf(" "))throw new P(32,
|
|
79
|
-
"Compound class names not permitted");if(wc.D(b))try{return b.querySelectorAll("."+a.replace(/\./g,"\\."))}catch(c){throw new P(32,"An invalid or illegal class name was specified");}return x(v(b),"*",a,b)}};var xc={s:function(a,b){ha(b.querySelector);if(!a)throw new P(32,"No selector specified");a=Ca(a);try{var c=b.querySelector(a)}catch(d){throw new P(32,"An invalid or illegal selector was specified");}return c&&1==c.nodeType?c:null},j:function(a,b){ha(b.querySelectorAll);if(!a)throw new P(32,"No selector specified");a=Ca(a);try{return b.querySelectorAll(a)}catch(c){throw new P(32,"An invalid or illegal selector was specified");}}};var yc={aliceblue:"#f0f8ff",antiquewhite:"#faebd7",aqua:"#00ffff",aquamarine:"#7fffd4",azure:"#f0ffff",beige:"#f5f5dc",bisque:"#ffe4c4",black:"#000000",blanchedalmond:"#ffebcd",blue:"#0000ff",blueviolet:"#8a2be2",brown:"#a52a2a",burlywood:"#deb887",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",cornflowerblue:"#6495ed",cornsilk:"#fff8dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkgray:"#a9a9a9",darkgreen:"#006400",
|
|
12
|
+
function ca(a){var b=typeof a;return b=="object"&&a!=null||b=="function"}
|
|
13
|
+
function da(a){var b=typeof a;if(b=="object")if(a){if(a instanceof Array)return"array";if(a instanceof Object)return b;var c=Object.prototype.toString.call(a);if(c=="[object Window]")return"object";if(c=="[object Array]"||typeof a.length=="number"&&typeof a.splice!="undefined"&&typeof a.propertyIsEnumerable!="undefined"&&!a.propertyIsEnumerable("splice"))return"array";if(c=="[object Function]"||typeof a.call!="undefined"&&typeof a.propertyIsEnumerable!="undefined"&&!a.propertyIsEnumerable("call"))return"function"}else return"null";
|
|
14
|
+
else if(b=="function"&&typeof a.call=="undefined")return"object";return b}function ea(a){var b=da(a);return b=="array"||b=="object"&&typeof a.length=="number"};function m(a,b){this.code=a;this.g=n[a]||p;this.message=b||"";a=this.g.replace(/((?:^|\s+)[a-z])/g,function(c){return c.toUpperCase().replace(/^[\s\xa0]+/g,"")});b=a.length-5;if(b<0||a.indexOf("Error",b)!=b)a+="Error";this.name=a;a=Error(this.message);a.name=this.name;this.stack=a.stack||""}(function(){function a(){}a.prototype=Error.prototype;m.prototype=new a;m.prototype.constructor=m})();var p="unknown error",n={15:"element not selectable",11:"element not visible"};n[31]=p;n[30]=p;n[24]="invalid cookie domain";
|
|
15
|
+
n[29]="invalid element coordinates";n[12]="invalid element state";n[32]="invalid selector";n[51]="invalid selector";n[52]="invalid selector";n[17]="javascript error";n[405]="unsupported operation";n[34]="move target out of bounds";n[27]="no such alert";n[7]="no such element";n[8]="no such frame";n[23]="no such window";n[28]="script timeout";n[33]="session not created";n[10]="stale element reference";n[21]="timeout";n[25]="unable to set cookie";n[26]="unexpected alert open";n[13]=p;n[9]="unknown command";var fa;function ha(a){var b=a.length-1;return b>=0&&a.indexOf(" ",b)==b}var r=aa.T&&String.prototype.trim?function(a){return a.trim()}:function(a){return/^[\s\xa0]*([\s\S]*?)[\s\xa0]*$/.exec(a)[1]};function ia(a,b){var c={},d;for(d in a)b.call(void 0,a[d],d,a)&&(c[d]=a[d]);return c}function ja(a,b){var c={},d;for(d in a)c[d]=b.call(void 0,a[d],d,a);return c}function ka(a,b){for(var c in a)if(b.call(void 0,a[c],c,a))return c};function la(){var a=h.navigator;return a&&(a=a.userAgent)?a:""}function v(a){return la().indexOf(a)!=-1};function na(){return v("Firefox")||v("FxiOS")}function oa(){return(v("Chrome")||v("CriOS"))&&!v("Edge")||v("Silk")};var pa=Array.prototype.indexOf?function(a,b){return Array.prototype.indexOf.call(a,b,void 0)}:function(a,b){if(typeof a==="string")return typeof b!=="string"||b.length!=1?-1:a.indexOf(b,0);for(var c=0;c<a.length;c++)if(c in a&&a[c]===b)return c;return-1},y=Array.prototype.forEach?function(a,b,c){Array.prototype.forEach.call(a,b,c)}:function(a,b,c){for(var d=a.length,e=typeof a==="string"?a.split(""):a,f=0;f<d;f++)f in e&&b.call(c,e[f],f,a)},qa=Array.prototype.filter?function(a,b){return Array.prototype.filter.call(a,
|
|
16
|
+
b,void 0)}:function(a,b){for(var c=a.length,d=[],e=0,f=typeof a==="string"?a.split(""):a,g=0;g<c;g++)if(g in f){var k=f[g];b.call(void 0,k,g,a)&&(d[e++]=k)}return d},ra=Array.prototype.map?function(a,b){return Array.prototype.map.call(a,b,void 0)}:function(a,b){for(var c=a.length,d=Array(c),e=typeof a==="string"?a.split(""):a,f=0;f<c;f++)f in e&&(d[f]=b.call(void 0,e[f],f,a));return d},sa=Array.prototype.some?function(a,b){return Array.prototype.some.call(a,b,void 0)}:function(a,b){for(var c=a.length,
|
|
17
|
+
d=typeof a==="string"?a.split(""):a,e=0;e<c;e++)if(e in d&&b.call(void 0,d[e],e,a))return!0;return!1},ta=Array.prototype.every?function(a,b,c){return Array.prototype.every.call(a,b,c)}:function(a,b,c){for(var d=a.length,e=typeof a==="string"?a.split(""):a,f=0;f<d;f++)if(f in e&&!b.call(c,e[f],f,a))return!1;return!0};
|
|
18
|
+
function ua(a,b){a:{for(var c=a.length,d=typeof a==="string"?a.split(""):a,e=0;e<c;e++)if(e in d&&b.call(void 0,d[e],e,a)){b=e;break a}b=-1}return b<0?null:typeof a==="string"?a.charAt(b):a[b]}function va(a,b){a.sort(b||wa)}function wa(a,b){return a>b?1:a<b?-1:0};function xa(a){return String(a).replace(/\-([a-z])/g,function(b,c){return c.toUpperCase()})};function z(){return v("iPhone")&&!v("iPod")&&!v("iPad")};var ya=na(),za=z()||v("iPod"),Aa=v("iPad"),Ba=v("Android")&&!(oa()||na()||v("Opera")||v("Silk")),Ca=oa(),Da=v("Safari")&&!(oa()||v("Coast")||v("Opera")||v("Edge")||v("Edg/")||v("OPR")||na()||v("Silk")||v("Android"))&&!(z()||v("iPad")||v("iPod"));function B(a){return(a=a.exec(la()))?a[1]:""}(function(){if(ya)return B(/Firefox\/([0-9.]+)/);if(Ca){if(z()||v("iPad")||v("iPod")||v("Macintosh")){var a=B(/CriOS\/([0-9.]+)/);if(a)return a}return B(/Chrome\/([0-9.]+)/)}if(Da&&!(z()||v("iPad")||v("iPod")))return B(/Version\/([0-9.]+)/);if(za||Aa){if(a=/Version\/(\S+).*Mobile\/(\S+)/.exec(la()))return a[1]+"."+a[2]}else if(Ba)return(a=B(/Android\s+([0-9.]+)/))?a:B(/Version\/([0-9.]+)/);return""})();var Ga=h.JSON.stringify;function Ha(a){function b(c,d){switch(da(c)){case "string":case "number":case "boolean":return c;case "function":return c.toString();case "array":return ra(c,function(f){return b(f,d)});case "object":if(d.indexOf(c)>=0)throw new m(17,"Recursive object cannot be transferred");if(c!==null&&"nodeType"in c&&(c.nodeType==1||c.nodeType==9)){var e={};e.ELEMENT=Ia(c);return e}if(c!==null&&"document"in c)return e={},e.WINDOW=Ia(c),e;d.push(c);if(ea(c))return ra(c,function(f){return b(f,d)});c=ia(c,function(f,
|
|
19
|
+
g){return typeof g==="number"||typeof g==="string"});return ja(c,function(f){return b(f,d)});default:return null}}return b(a,[])}function Ja(a){a=a||document;var b=a.$wdc_;b||(b=a.$wdc_={},b.s=Date.now());b.s||(b.s=Date.now());return b}function Ia(a){var b=Ja(a.ownerDocument),c=ka(b,function(d){return d==a});c||(c=":wdc:"+b.s++,b[c]=a);return c}
|
|
20
|
+
function Ka(a,b){a=decodeURIComponent(a);b=b||document;var c=Ja(b);if(!(c!==null&&a in c))throw new m(10,"Element does not exist in cache");var d=c[a];if(d!==null&&"setInterval"in d){if(d.closed)throw delete c[a],new m(23,"Window has been closed.");return d}for(var e=d;e;){if(e==b.documentElement)return d;e.host&&e.nodeType===11&&(e=e.host);e=e.parentNode}delete c[a];throw new m(10,"Element is no longer attached to the DOM");};function C(a,b){this.x=a!==void 0?a:0;this.y=b!==void 0?b:0}C.prototype.ceil=function(){this.x=Math.ceil(this.x);this.y=Math.ceil(this.y);return this};C.prototype.floor=function(){this.x=Math.floor(this.x);this.y=Math.floor(this.y);return this};C.prototype.round=function(){this.x=Math.round(this.x);this.y=Math.round(this.y);return this};function D(a,b){this.width=a;this.height=b}D.prototype.aspectRatio=function(){return this.width/this.height};D.prototype.ceil=function(){this.width=Math.ceil(this.width);this.height=Math.ceil(this.height);return this};D.prototype.floor=function(){this.width=Math.floor(this.width);this.height=Math.floor(this.height);return this};D.prototype.round=function(){this.width=Math.round(this.width);this.height=Math.round(this.height);return this};function E(a){return a?new La(F(a)):fa||(fa=new La)}function Ma(a,b){return typeof b==="string"?a.getElementById(b):b}function Na(a){for(;a&&a.nodeType!=1;)a=a.previousSibling;return a}function Oa(a,b){if(!a||!b)return!1;if(a.contains&&b.nodeType==1)return a==b||a.contains(b);if(typeof a.compareDocumentPosition!="undefined")return a==b||!!(a.compareDocumentPosition(b)&16);for(;b&&a!=b;)b=b.parentNode;return b==a}function F(a){return a.nodeType==9?a:a.ownerDocument||a.document}
|
|
21
|
+
function Pa(a,b){a&&(a=a.parentNode);for(var c=0;a;){if(b(a))return a;a=a.parentNode;c++}return null}function La(a){this.g=a||h.document||document}
|
|
22
|
+
function G(a,b,c,d){a=a.g;d=d||a;var e=b&&b!="*"?String(b).toUpperCase():"";if(d.querySelectorAll&&d.querySelector&&(e||c))c=d.querySelectorAll(e+(c?"."+c:""));else if(c&&d.getElementsByClassName)if(b=d.getElementsByClassName(c),e){d={};for(var f=a=0,g;g=b[f];f++)e==g.nodeName&&(d[a++]=g);d.length=a;c=d}else c=b;else if(b=d.getElementsByTagName(e||"*"),c){d={};for(f=a=0;g=b[f];f++){e=g.className;var k;if(k=typeof e.split=="function")k=pa(e.split(/\s+/),c)>=0;k&&(d[a++]=g)}d.length=a;c=d}else c=b;
|
|
23
|
+
return c};var H={o:function(a){return!(!a.querySelectorAll||!a.querySelector)},j:function(a,b){if(!a)throw new m(32,"No class name specified");a=r(a);if(a.indexOf(" ")!==-1)throw new m(32,"Compound class names not permitted");if(H.o(b))try{return b.querySelector("."+a.replace(/\./g,"\\."))||null}catch(c){throw new m(32,"An invalid or illegal class name was specified");}a=G(E(b),"*",a,b);return a.length?a[0]:null},h:function(a,b){if(!a)throw new m(32,"No class name specified");a=r(a);if(a.indexOf(" ")!==-1)throw new m(32,
|
|
24
|
+
"Compound class names not permitted");if(H.o(b))try{return b.querySelectorAll("."+a.replace(/\./g,"\\."))}catch(c){throw new m(32,"An invalid or illegal class name was specified");}return G(E(b),"*",a,b)}};var J={j:function(a,b){if(!a)throw new m(32,"No selector specified");a=r(a);try{var c=b.querySelector(a)}catch(d){throw new m(32,"An invalid or illegal selector was specified");}return c&&c.nodeType==1?c:null},h:function(a,b){if(!a)throw new m(32,"No selector specified");a=r(a);try{return b.querySelectorAll(a)}catch(c){throw new m(32,"An invalid or illegal selector was specified");}}};var Qa={aliceblue:"#f0f8ff",antiquewhite:"#faebd7",aqua:"#00ffff",aquamarine:"#7fffd4",azure:"#f0ffff",beige:"#f5f5dc",bisque:"#ffe4c4",black:"#000000",blanchedalmond:"#ffebcd",blue:"#0000ff",blueviolet:"#8a2be2",brown:"#a52a2a",burlywood:"#deb887",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",cornflowerblue:"#6495ed",cornsilk:"#fff8dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkgray:"#a9a9a9",darkgreen:"#006400",
|
|
80
25
|
darkgrey:"#a9a9a9",darkkhaki:"#bdb76b",darkmagenta:"#8b008b",darkolivegreen:"#556b2f",darkorange:"#ff8c00",darkorchid:"#9932cc",darkred:"#8b0000",darksalmon:"#e9967a",darkseagreen:"#8fbc8f",darkslateblue:"#483d8b",darkslategray:"#2f4f4f",darkslategrey:"#2f4f4f",darkturquoise:"#00ced1",darkviolet:"#9400d3",deeppink:"#ff1493",deepskyblue:"#00bfff",dimgray:"#696969",dimgrey:"#696969",dodgerblue:"#1e90ff",firebrick:"#b22222",floralwhite:"#fffaf0",forestgreen:"#228b22",fuchsia:"#ff00ff",gainsboro:"#dcdcdc",
|
|
81
26
|
ghostwhite:"#f8f8ff",gold:"#ffd700",goldenrod:"#daa520",gray:"#808080",green:"#008000",greenyellow:"#adff2f",grey:"#808080",honeydew:"#f0fff0",hotpink:"#ff69b4",indianred:"#cd5c5c",indigo:"#4b0082",ivory:"#fffff0",khaki:"#f0e68c",lavender:"#e6e6fa",lavenderblush:"#fff0f5",lawngreen:"#7cfc00",lemonchiffon:"#fffacd",lightblue:"#add8e6",lightcoral:"#f08080",lightcyan:"#e0ffff",lightgoldenrodyellow:"#fafad2",lightgray:"#d3d3d3",lightgreen:"#90ee90",lightgrey:"#d3d3d3",lightpink:"#ffb6c1",lightsalmon:"#ffa07a",
|
|
82
27
|
lightseagreen:"#20b2aa",lightskyblue:"#87cefa",lightslategray:"#778899",lightslategrey:"#778899",lightsteelblue:"#b0c4de",lightyellow:"#ffffe0",lime:"#00ff00",limegreen:"#32cd32",linen:"#faf0e6",magenta:"#ff00ff",maroon:"#800000",mediumaquamarine:"#66cdaa",mediumblue:"#0000cd",mediumorchid:"#ba55d3",mediumpurple:"#9370db",mediumseagreen:"#3cb371",mediumslateblue:"#7b68ee",mediumspringgreen:"#00fa9a",mediumturquoise:"#48d1cc",mediumvioletred:"#c71585",midnightblue:"#191970",mintcream:"#f5fffa",mistyrose:"#ffe4e1",
|
|
83
28
|
moccasin:"#ffe4b5",navajowhite:"#ffdead",navy:"#000080",oldlace:"#fdf5e6",olive:"#808000",olivedrab:"#6b8e23",orange:"#ffa500",orangered:"#ff4500",orchid:"#da70d6",palegoldenrod:"#eee8aa",palegreen:"#98fb98",paleturquoise:"#afeeee",palevioletred:"#db7093",papayawhip:"#ffefd5",peachpuff:"#ffdab9",peru:"#cd853f",pink:"#ffc0cb",plum:"#dda0dd",powderblue:"#b0e0e6",purple:"#800080",red:"#ff0000",rosybrown:"#bc8f8f",royalblue:"#4169e1",saddlebrown:"#8b4513",salmon:"#fa8072",sandybrown:"#f4a460",seagreen:"#2e8b57",
|
|
84
|
-
seashell:"#fff5ee",sienna:"#a0522d",silver:"#c0c0c0",skyblue:"#87ceeb",slateblue:"#6a5acd",slategray:"#708090",slategrey:"#708090",snow:"#fffafa",springgreen:"#00ff7f",steelblue:"#4682b4",tan:"#d2b48c",teal:"#008080",thistle:"#d8bfd8",tomato:"#ff6347",turquoise:"#40e0d0",violet:"#ee82ee",wheat:"#f5deb3",white:"#ffffff",whitesmoke:"#f5f5f5",yellow:"#ffff00",yellowgreen:"#9acd32"};var
|
|
85
|
-
function
|
|
86
|
-
|
|
87
|
-
function
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
function
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
b)
|
|
94
|
-
|
|
95
|
-
function
|
|
96
|
-
if(
|
|
97
|
-
|
|
98
|
-
function
|
|
99
|
-
function
|
|
100
|
-
function
|
|
101
|
-
function
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
function
|
|
105
|
-
|
|
106
|
-
function
|
|
107
|
-
"\\$1")}};var
|
|
108
|
-
|
|
109
|
-
function(b,c){return c.
|
|
110
|
-
d.
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
d.createNSResolver?d.createNSResolver(d.documentElement):
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
function
|
|
29
|
+
seashell:"#fff5ee",sienna:"#a0522d",silver:"#c0c0c0",skyblue:"#87ceeb",slateblue:"#6a5acd",slategray:"#708090",slategrey:"#708090",snow:"#fffafa",springgreen:"#00ff7f",steelblue:"#4682b4",tan:"#d2b48c",teal:"#008080",thistle:"#d8bfd8",tomato:"#ff6347",turquoise:"#40e0d0",violet:"#ee82ee",wheat:"#f5deb3",white:"#ffffff",whitesmoke:"#f5f5f5",yellow:"#ffff00",yellowgreen:"#9acd32"};var Ra="backgroundColor borderTopColor borderRightColor borderBottomColor borderLeftColor color outlineColor".split(" "),Sa=/#([0-9a-fA-F])([0-9a-fA-F])([0-9a-fA-F])/,Ta=/^#(?:[0-9a-f]{3}){1,2}$/i,Ua=/^(?:rgba)?\((\d{1,3}),\s?(\d{1,3}),\s?(\d{1,3}),\s?(0|1|0\.\d*)\)$/i,Va=/^(?:rgb)?\((0|[1-9]\d{0,2}),\s?(0|[1-9]\d{0,2}),\s?(0|[1-9]\d{0,2})\)$/i;function K(a,b){b=b.toLowerCase();return b=="style"?Wa(a.style.cssText):(a=a.getAttributeNode(b))&&a.specified?a.value:null}var Xa=RegExp("[;]+(?=(?:(?:[^\"]*\"){2})*[^\"]*$)(?=(?:(?:[^']*'){2})*[^']*$)(?=(?:[^()]*\\([^()]*\\))*[^()]*$)");function Wa(a){var b=[];y(a.split(Xa),function(c){var d=c.indexOf(":");d>0&&(c=[c.slice(0,d),c.slice(d+1)],c.length==2&&b.push(c[0].toLowerCase(),":",c[1],";"))});b=b.join("");return b=b.charAt(b.length-1)==";"?b:b+";"}
|
|
30
|
+
function L(a,b){b&&typeof b!=="string"&&(b=b.toString());return a instanceof HTMLFormElement?!!a&&a.nodeType==1&&(!b||"FORM"==b):!!a&&a.nodeType==1&&(!b||a.tagName.toUpperCase()==b)};function M(a,b,c,d){this.top=a;this.g=b;this.l=c;this.left=d}M.prototype.ceil=function(){this.top=Math.ceil(this.top);this.g=Math.ceil(this.g);this.l=Math.ceil(this.l);this.left=Math.ceil(this.left);return this};M.prototype.floor=function(){this.top=Math.floor(this.top);this.g=Math.floor(this.g);this.l=Math.floor(this.l);this.left=Math.floor(this.left);return this};
|
|
31
|
+
M.prototype.round=function(){this.top=Math.round(this.top);this.g=Math.round(this.g);this.l=Math.round(this.l);this.left=Math.round(this.left);return this};function N(a,b,c,d){this.left=a;this.top=b;this.width=c;this.height=d}N.prototype.ceil=function(){this.left=Math.ceil(this.left);this.top=Math.ceil(this.top);this.width=Math.ceil(this.width);this.height=Math.ceil(this.height);return this};N.prototype.floor=function(){this.left=Math.floor(this.left);this.top=Math.floor(this.top);this.width=Math.floor(this.width);this.height=Math.floor(this.height);return this};
|
|
32
|
+
N.prototype.round=function(){this.left=Math.round(this.left);this.top=Math.round(this.top);this.width=Math.round(this.width);this.height=Math.round(this.height);return this};var Ya=typeof ShadowRoot==="function";function O(a){for(a=a.parentNode;a&&a.nodeType!=1&&a.nodeType!=9&&a.nodeType!=11;)a=a.parentNode;return L(a)?a:null}
|
|
33
|
+
function P(a,b){b=xa(b);if(b=="float"||b=="cssFloat"||b=="styleFloat")b="cssFloat";a:{var c=b;var d=F(a);if(d.defaultView&&d.defaultView.getComputedStyle&&(d=d.defaultView.getComputedStyle(a,null))){c=d[c]||d.getPropertyValue(c)||"";break a}c=""}a=c||Za(a,b);if(a===null)a=null;else if(pa(Ra,b)>=0){b:{var e=a.match(Ua);if(e&&(b=Number(e[1]),c=Number(e[2]),d=Number(e[3]),e=Number(e[4]),b>=0&&b<=255&&c>=0&&c<=255&&d>=0&&d<=255&&e>=0&&e<=1)){b=[b,c,d,e];break b}b=null}if(!b)b:{if(d=a.match(Va))if(b=Number(d[1]),
|
|
34
|
+
c=Number(d[2]),d=Number(d[3]),b>=0&&b<=255&&c>=0&&c<=255&&d>=0&&d<=255){b=[b,c,d,1];break b}b=null}if(!b)b:{b=a.toLowerCase();c=Qa[b.toLowerCase()];if(!c&&(c=b.charAt(0)=="#"?b:"#"+b,c.length==4&&(c=c.replace(Sa,"#$1$1$2$2$3$3")),!Ta.test(c))){b=null;break b}b=[parseInt(c.substr(1,2),16),parseInt(c.substr(3,2),16),parseInt(c.substr(5,2),16),1]}a=b?"rgba("+b.join(", ")+")":a}return a}
|
|
35
|
+
function Za(a,b){var c=a.currentStyle||a.style,d=c[b];d===void 0&&typeof c.getPropertyValue==="function"&&(d=c.getPropertyValue(b));return d!="inherit"?d!==void 0?d:null:(a=O(a))?Za(a,b):null}
|
|
36
|
+
function $a(a,b,c){function d(g){var k=Q(g);if(k.height>0&&k.width>0)return!0;if(L(g,"PATH")&&(k.height>0||k.width>0))return g=P(g,"stroke-width"),!!g&&parseInt(g,10)>0;k=P(g,"visibility");return k!="collapse"&&k!="hidden"&&c(g)?P(g,"overflow")!="hidden"&&sa(g.childNodes,function(w){return w.nodeType==3?(w=w.nodeValue,/^[\s]*$/.test(w)&&/[\n\r\t]/.test(w)?!1:!0):L(w)&&d(w)}):!1}function e(g){return ab(g)==R&&ta(g.childNodes,function(k){return!L(k)||e(k)||!d(k)})}if(!L(a))throw Error("Argument to isShown must be of type Element");
|
|
37
|
+
if(L(a,"BODY"))return!0;if(L(a,"OPTION")||L(a,"OPTGROUP"))return a=Pa(a,function(g){return L(g,"SELECT")}),!!a&&$a(a,!0,c);var f=bb(a);if(f)return!!f.image&&f.rect.width>0&&f.rect.height>0&&$a(f.image,b,c);if(L(a,"INPUT")&&a.type.toLowerCase()=="hidden"||L(a,"NOSCRIPT"))return!1;f=P(a,"visibility");return f!="collapse"&&f!="hidden"&&c(a)&&(b||cb(a)!=0)&&d(a)?!e(a):!1}
|
|
38
|
+
function db(a){function b(c){if(L(c)&&(P(c,"display")=="none"||P(c,"content-visibility")=="hidden"))return!1;var d;if((d=c.parentNode)&&d.shadowRoot&&c.assignedSlot!==void 0)d=c.assignedSlot?c.assignedSlot.parentNode:null;else if(c.getDestinationInsertionPoints){var e=c.getDestinationInsertionPoints();e.length>0&&(d=e[e.length-1])}if(Ya&&d instanceof ShadowRoot){if(d.host.shadowRoot&&d.host.shadowRoot!==d)return!1;d=d.host}return!d||d.nodeType!=9&&d.nodeType!=11?d&&L(d,"DETAILS")&&!d.open&&!L(c,"SUMMARY")?
|
|
39
|
+
!1:!!d&&b(d):!0}return $a(a,!1,b)}var R="hidden";
|
|
40
|
+
function ab(a){function b(l){function t(ma){if(ma==g)return!0;var Ea=P(ma,"display");return Ea.lastIndexOf("inline",0)==0||Ea=="contents"||Fa=="absolute"&&P(ma,"position")=="static"?!1:!0}var Fa=P(l,"position");if(Fa=="fixed")return x=!0,l==g?null:g;for(l=O(l);l&&!t(l);)l=O(l);return l}function c(l){var t=l;if(w=="visible")if(l==g&&k)t=k;else if(l==k)return{x:"visible",y:"visible"};t={x:P(t,"overflow-x"),y:P(t,"overflow-y")};l==g&&(t.x=t.x=="visible"?"auto":t.x,t.y=t.y=="visible"?"auto":t.y);return t}
|
|
41
|
+
function d(l){if(l==g){var t=(new La(f)).g;l=t.scrollingElement?t.scrollingElement:t.body||t.documentElement;t=t.parentWindow||t.defaultView;l=new C(t.pageXOffset||l.scrollLeft,t.pageYOffset||l.scrollTop)}else l=new C(l.scrollLeft,l.scrollTop);return l}var e=eb(a),f=F(a),g=f.documentElement,k=f.body,w=P(g,"overflow"),x;for(a=b(a);a;a=b(a)){var q=c(a);if(q.x!="visible"||q.y!="visible"){var u=Q(a);if(u.width==0||u.height==0)return R;var A=e.g<u.left,I=e.l<u.top;if(A&&q.x=="hidden"||I&&q.y=="hidden")return R;
|
|
42
|
+
if(A&&q.x!="visible"||I&&q.y!="visible"){A=d(a);I=e.l<u.top-A.y;if(e.g<u.left-A.x&&q.x!="visible"||I&&q.x!="visible")return R;e=ab(a);return e==R?R:"scroll"}A=e.left>=u.left+u.width;u=e.top>=u.top+u.height;if(A&&q.x=="hidden"||u&&q.y=="hidden")return R;if(A&&q.x!="visible"||u&&q.y!="visible"){if(x&&(q=d(a),e.left>=g.scrollWidth-q.x||e.g>=g.scrollHeight-q.y))return R;e=ab(a);return e==R?R:"scroll"}}}return"none"}
|
|
43
|
+
function Q(a){var b=bb(a);if(b)return b.rect;if(L(a,"HTML"))return a=F(a),a=((a?a.parentWindow||a.defaultView:window)||window).document,a=a.compatMode=="CSS1Compat"?a.documentElement:a.body,a=new D(a.clientWidth,a.clientHeight),new N(0,0,a.width,a.height);try{var c=a.getBoundingClientRect()}catch(d){return new N(0,0,0,0)}return new N(c.left,c.top,c.right-c.left,c.bottom-c.top)}
|
|
44
|
+
function bb(a){var b=L(a,"MAP");if(!b&&!L(a,"AREA"))return null;var c=b?a:L(a.parentNode,"MAP")?a.parentNode:null,d=null,e=null;c&&c.name&&(d=J.j('*[usemap="#'+c.name+'"]',F(c)))&&(e=Q(d),b||a.shape.toLowerCase()=="default"||(a=fb(a),b=Math.min(Math.max(a.left,0),e.width),c=Math.min(Math.max(a.top,0),e.height),e=new N(b+e.left,c+e.top,Math.min(a.width,e.width-b),Math.min(a.height,e.height-c))));return{image:d,rect:e||new N(0,0,0,0)}}
|
|
45
|
+
function fb(a){var b=a.shape.toLowerCase();a=a.coords.split(",");if(b=="rect"&&a.length==4){b=a[0];var c=a[1];return new N(b,c,a[2]-b,a[3]-c)}if(b=="circle"&&a.length==3)return b=a[2],new N(a[0]-b,a[1]-b,2*b,2*b);if(b=="poly"&&a.length>2){b=a[0];c=a[1];for(var d=b,e=c,f=2;f+1<a.length;f+=2)b=Math.min(b,a[f]),d=Math.max(d,a[f]),c=Math.min(c,a[f+1]),e=Math.max(e,a[f+1]);return new N(b,c,d-b,e-c)}return new N(0,0,0,0)}function eb(a){a=Q(a);return new M(a.top,a.left+a.width,a.top+a.height,a.left)}
|
|
46
|
+
function gb(a){return a.replace(/^[^\S\xa0]+|[^\S\xa0]+$/g,"")}function hb(a){var b=[];Ya?ib(a,b):jb(a,b);a=ra(b,gb);return gb(a.join("\n")).replace(/\xa0/g," ")}
|
|
47
|
+
function kb(a,b,c){if(L(a,"BR"))b.push("");else{var d=L(a,"TD"),e=P(a,"display"),f=!d&&!(pa(lb,e)>=0),g=a.previousElementSibling!==void 0?a.previousElementSibling:Na(a.previousSibling);g=g?P(g,"display"):"";var k=P(a,"float")||P(a,"cssFloat")||P(a,"styleFloat");!f||g=="run-in"&&k=="none"||/^[\s\xa0]*$/.test(b[b.length-1]||"")||b.push("");var w=db(a),x=null,q=null;w&&(x=P(a,"white-space"),q=P(a,"text-transform"));y(a.childNodes,function(u){c(u,b,w,x,q)});a=b[b.length-1]||"";!d&&e!="table-cell"||!a||
|
|
48
|
+
ha(a)||(b[b.length-1]+=" ");f&&e!="run-in"&&!/^[\s\xa0]*$/.test(a)&&b.push("")}}function jb(a,b){kb(a,b,function(c,d,e,f,g){c.nodeType==3&&e?mb(c,d,f,g):L(c)&&jb(c,d)})}var lb="inline inline-block inline-table none table-cell table-column table-column-group".split(" ");
|
|
49
|
+
function mb(a,b,c,d){a=a.nodeValue.replace(/[\u200b\u200e\u200f]/g,"");a=a.replace(/(\r\n|\r|\n)/g,"\n");if(c=="normal"||c=="nowrap")a=a.replace(/\n/g," ");a=c=="pre"||c=="pre-wrap"?a.replace(/[ \f\t\v\u2028\u2029]/g,"\u00a0"):a.replace(/[ \f\t\v\u2028\u2029]+/g," ");d=="capitalize"?(c=/(^|[^'_0-9A-Za-z\u00C0-\u02AF\u1E00-\u1EFF\u24B6-\u24E9\u0300-\u036F\u1AB0-\u1AFF\u1DC0-\u1DFF])([A-Za-z\u00C0-\u02AF\u1E00-\u1EFF\u24B6-\u24E9])/g,a=a.replace(c,function(){return arguments[1]+arguments[2].toUpperCase()}),
|
|
50
|
+
c=/(^|[^'_0-9A-Za-z\u00C0-\u02AF\u1E00-\u1EFF\u24B6-\u24E9])([_*])([A-Za-z\u00C0-\u02AF\u1E00-\u1EFF\u24D0-\u24E9])/g,a=a.replace(c,function(){return arguments[1]+arguments[2]+arguments[3].toUpperCase()})):d=="uppercase"?a=a.toUpperCase():d=="lowercase"&&(a=a.toLowerCase());c=b.pop()||"";ha(c)&&a.lastIndexOf(" ",0)==0&&(a=a.substr(1));b.push(c+a)}function cb(a){var b=1,c=P(a,"opacity");c&&(b=Number(c));(a=O(a))&&(b*=cb(a));return b}
|
|
51
|
+
function S(a,b,c,d,e){if(a.nodeType==3&&c)mb(a,b,d,e);else if(L(a))if(L(a,"CONTENT")||L(a,"SLOT")){for(var f=a;f.parentNode;)f=f.parentNode;f instanceof ShadowRoot?(f=L(a,"CONTENT")?a.getDistributedNodes():a.assignedNodes(),y(f.length>0?f:a.childNodes,function(g){S(g,b,c,d,e)})):ib(a,b)}else if(L(a,"SHADOW")){for(f=a;f.parentNode;)f=f.parentNode;if(f instanceof ShadowRoot&&(a=f))for(a=a.olderShadowRoot;a;)y(a.childNodes,function(g){S(g,b,c,d,e)}),a=a.olderShadowRoot}else ib(a,b)}
|
|
52
|
+
function ib(a,b){if(a.shadowRoot){var c=P(a,"white-space"),d=P(a,"text-transform");y(a.shadowRoot.childNodes,function(e){S(e,b,!0,c,d)})}kb(a,b,function(e,f,g,k,w){var x=null;e.nodeType==1?x=e:e.nodeType==3&&(x=e);x!=null&&(x.assignedSlot!=null||x.getDestinationInsertionPoints&&x.getDestinationInsertionPoints().length>0)||S(e,f,g,k,w)})};var nb={o:function(a,b){return!(!a.querySelectorAll||!a.querySelector)&&!/^\d.*/.test(b)},j:function(a,b){var c=E(b),d=Ma(c.g,a);return d?K(d,"id")==a&&b!=d&&Oa(b,d)?d:ua(G(c,"*"),function(e){return K(e,"id")==a&&b!=e&&Oa(b,e)}):null},h:function(a,b){if(!a)return[];if(nb.o(b,a))try{return b.querySelectorAll("#"+nb.I(a))}catch(c){return[]}b=G(E(b),"*",null,b);return qa(b,function(c){return K(c,"id")==a})},I:function(a){return a.replace(/([\s'"\\#.:;,!?+<>=~*^$|%&@`{}\-\/\[\]\(\)])/g,"\\$1")}};var T={},U={};T.C=function(a,b,c){try{var d=J.h("a",b)}catch(e){d=G(E(b),"A",null,b)}return ua(d,function(e){e=hb(e);e=e.replace(/^[\s]+|[\s]+$/g,"");return c&&e.indexOf(a)!=-1||e==a})};T.B=function(a,b,c){try{var d=J.h("a",b)}catch(e){d=G(E(b),"A",null,b)}return qa(d,function(e){e=hb(e);e=e.replace(/^[\s]+|[\s]+$/g,"");return c&&e.indexOf(a)!=-1||e==a})};T.j=function(a,b){return T.C(a,b,!1)};T.h=function(a,b){return T.B(a,b,!1)};U.j=function(a,b){return T.C(a,b,!0)};
|
|
53
|
+
U.h=function(a,b){return T.B(a,b,!0)};var V={m:function(a,b){return function(c){var d=V.i(a);d=Q(d);c=Q(c);return b.call(null,d,c)}},G:function(a){return V.m(a,function(b,c){return c.top+c.height<=b.top})},H:function(a){return V.m(a,function(b,c){return c.top>=b.top+b.height})},K:function(a){return V.m(a,function(b,c){return c.left+c.width<=b.left})},M:function(a){return V.m(a,function(b,c){return c.left>=b.left+b.width})},O:function(a){return V.m(a,function(b,c){return c.left<b.left+b.width&&c.left+c.width>b.left&&c.top+c.height<=b.top})},
|
|
54
|
+
P:function(a){return V.m(a,function(b,c){return c.left<b.left+b.width&&c.left+c.width>b.left&&c.top>=b.top+b.height})},R:function(a){return V.m(a,function(b,c){return c.top<b.top+b.height&&c.top+c.height>b.top&&c.left+c.width<=b.left})},S:function(a){return V.m(a,function(b,c){return c.top<b.top+b.height&&c.top+c.height>b.top&&c.left>=b.left+b.width})},L:function(a,b){var c;b?c=b:typeof a.distance==="number"&&(c=a.distance);c||(c=50);return function(d){var e=V.i(a);if(e===d)return!1;e=Q(e);d=Q(d);
|
|
55
|
+
e=new N(e.left-c,e.top-c,e.width+c*2,e.height+c*2);return e.left<=d.left+d.width&&d.left<=e.left+e.width&&e.top<=d.top+d.height&&d.top<=e.top+e.height}},i:function(a){if(ca(a)&&a.nodeType==1)return a;if(typeof a==="function")return V.i(a.call(null));if(ca(a)){var b=ob(a);if(!b)throw new m(7,"No element has been found by "+JSON.stringify(a));return b}throw new m(61,"Selector is of wrong type: "+JSON.stringify(a));}};
|
|
56
|
+
V.F={above:V.G,below:V.H,left:V.K,near:V.L,right:V.M,straightAbove:V.O,straightBelow:V.P,straightLeft:V.R,straightRight:V.S};V.D={above:V.i,below:V.i,left:V.i,near:V.i,right:V.i,straightAbove:V.i,straightBelow:V.i,straightLeft:V.i,straightRight:V.i};
|
|
57
|
+
V.J=function(a,b){var c=[];y(a,function(e){e&&ta(b,function(f){var g=f.kind,k=V.F[g];if(!k)throw new m(61,"Cannot find filter suitable for "+g);return k.apply(null,f.args)(e)},null)&&c.push(e)},null);a=b[b.length-1];var d=V.D[a?a.kind:"unknown"];return d?(a=d.apply(null,a.args))?V.N(a,c):c:c};
|
|
58
|
+
V.N=function(a,b){function c(f){f=Q(f);return Math.sqrt(Math.pow(d-(f.left+Math.max(1,f.width)/2),2)+Math.pow(e-(f.top+Math.max(1,f.height)/2),2))}a=Q(a);var d=a.left+Math.max(1,a.width)/2,e=a.top+Math.max(1,a.height)/2;va(b,function(f,g){return c(f)-c(g)});return b};V.j=function(a,b){a=V.h(a,b);return a.length==0?null:a[0]};
|
|
59
|
+
V.h=function(a,b){if(!a.hasOwnProperty("root")||!a.hasOwnProperty("filters"))throw new m(61,"Locator not suitable for relative locators: "+JSON.stringify(a));if(!ea(a.filters))throw new m(61,"Targets should be an array: "+JSON.stringify(a));if(L(a.root))b=[a.root];else a:{var c=a.root,d=pb(c);if(d){var e=qb[d];if(e&&typeof e.h==="function"){b=e.h(c[d],b||ba.document);break a}}throw new m(61,"Unsupported locator strategy: "+d);}return b.length==0?[]:V.J(b,a.filters)};var rb={j:function(a,b){if(a==="")throw new m(32,'Unable to locate an element with the tagName ""');return b.getElementsByTagName(a)[0]||null},h:function(a,b){if(a==="")throw new m(32,'Unable to locate an element with the tagName ""');return b.getElementsByTagName(a)}};var W={};W.u=function(){var a={U:"http://www.w3.org/2000/svg"};return function(b){return a[b]||null}}();
|
|
60
|
+
W.A=function(a,b,c){var d=F(a);if(!d.documentElement)return null;try{for(var e=d.createNSResolver?d.createNSResolver(d.documentElement):W.u,f={},g=d.getElementsByTagName("*"),k=0;k<g.length;++k){var w=g[k],x=w.namespaceURI;if(x&&!f[x]){var q=w.lookupPrefix(x);if(!q){var u=x.match(".*/(\\w+)/?$");q=u?u[1]:"xhtml"}f[x]=q}}var A={},I;for(I in f)A[f[I]]=I;e=function(l){return A[l]||null};try{return d.evaluate(b,a,e,c,null)}catch(l){if(l.name==="TypeError")return e=d.createNSResolver?d.createNSResolver(d.documentElement):
|
|
61
|
+
W.u,d.evaluate(b,a,e,c,null);throw l;}}catch(l){throw new m(32,"Unable to locate an element with the xpath expression "+b+" because of the following error:\n"+l);}};W.v=function(a,b){if(!a||a.nodeType!=1)throw new m(32,'The result of the xpath expression "'+b+'" is: '+a+". It should be an element.");};
|
|
62
|
+
W.j=function(a,b){var c=function(){var d=W.A(b,a,9);return d?d.singleNodeValue||null:b.selectSingleNode?(d=F(b),d.setProperty&&d.setProperty("SelectionLanguage","XPath"),b.selectSingleNode(a)):null}();c!==null&&W.v(c,a);return c};
|
|
63
|
+
W.h=function(a,b){var c=function(){var d=W.A(b,a,7);if(d){for(var e=d.snapshotLength,f=[],g=0;g<e;++g)f.push(d.snapshotItem(g));return f}return b.selectNodes?(d=F(b),d.setProperty&&d.setProperty("SelectionLanguage","XPath"),b.selectNodes(a)):[]}();y(c,function(d){W.v(d,a)});return c};var qb={className:H,"class name":H,css:J,"css selector":J,relative:V,id:nb,linkText:T,"link text":T,name:{j:function(a,b){b=G(E(b),"*",null,b);return ua(b,function(c){return K(c,"name")==a})},h:function(a,b){b=G(E(b),"*",null,b);return qa(b,function(c){return K(c,"name")==a})}},partialLinkText:U,"partial link text":U,tagName:rb,"tag name":rb,xpath:W};function pb(a){for(var b in a)if(a.hasOwnProperty(b))return b;return null}
|
|
64
|
+
function ob(a,b){var c=pb(a);if(c){var d=qb[c];if(d&&typeof d.j==="function")return d.j(a[c],b||ba.document)}throw new m(61,"Unsupported locator strategy: "+c);};function sb(a,b,c,d){var e=ob,f={};f[a]=b;try{var g;d?g=Ka(d.WINDOW):g=window;var k=g;var w;c?w=Ka(c.ELEMENT,k.document):w=k.document;var x=e(f,w);var q={status:0,value:Ha(x)}}catch(u){q={status:u!==null&&"code"in u?u.code:13,value:{message:u.message}}}return Ga(q)}var X=["se_exportedFunctionSymbol"],Y=h;X[0]in Y||typeof Y.execScript=="undefined"||Y.execScript("var "+X[0]);for(var Z;X.length&&(Z=X.shift());)X.length||sb===void 0?Y[Z]&&Y[Z]!==Object.prototype[Z]?Y=Y[Z]:Y=Y[Z]={}:Y[Z]=sb;; return this.se_exportedFunctionSymbol.apply(null,arguments);}).apply(window, arguments);}
|