appium-remote-debugger 12.1.8 → 12.2.0
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 +6 -0
- package/atoms/active_element.js +1 -1
- package/atoms/clear.js +2 -2
- package/atoms/clear_local_storage.js +1 -1
- package/atoms/clear_session_storage.js +1 -1
- package/atoms/click.js +2 -2
- package/atoms/default_content.js +1 -1
- package/atoms/execute_async_script.js +2 -2
- package/atoms/execute_script.js +2 -2
- package/atoms/execute_sql.js +1 -1
- package/atoms/find_element.js +46 -45
- package/atoms/find_element_fragment.js +47 -46
- package/atoms/find_elements.js +48 -46
- package/atoms/frame_by_id_or_name.js +46 -44
- package/atoms/frame_by_index.js +1 -1
- package/atoms/get_appcache_status.js +1 -1
- package/atoms/get_attribute.js +2 -2
- package/atoms/get_attribute_value.js +2 -2
- package/atoms/get_effective_style.js +3 -3
- package/atoms/get_element_from_cache.js +1 -1
- package/atoms/get_frame_window.js +2 -2
- package/atoms/get_local_storage_item.js +1 -1
- package/atoms/get_local_storage_key.js +1 -1
- package/atoms/get_local_storage_keys.js +1 -1
- package/atoms/get_local_storage_size.js +1 -1
- package/atoms/get_location.js +1 -1
- package/atoms/get_session_storage_item.js +1 -1
- package/atoms/get_session_storage_key.js +1 -1
- package/atoms/get_session_storage_keys.js +1 -1
- package/atoms/get_session_storage_size.js +1 -1
- package/atoms/get_size.js +2 -2
- package/atoms/get_text.js +4 -4
- package/atoms/get_top_left_coordinates.js +2 -2
- package/atoms/get_value_of_css_property.js +2 -2
- package/atoms/is_displayed.js +2 -2
- package/atoms/is_editable.js +1 -1
- package/atoms/is_enabled.js +2 -2
- package/atoms/is_focusable.js +2 -2
- package/atoms/is_interactable.js +2 -2
- package/atoms/is_selected.js +2 -2
- package/atoms/lastupdate +11 -33
- package/atoms/remove_local_storage_item.js +1 -1
- package/atoms/remove_session_storage_item.js +1 -1
- package/atoms/set_local_storage_item.js +1 -1
- package/atoms/set_session_storage_item.js +1 -1
- package/atoms/submit.js +2 -2
- package/atoms/type.js +2 -2
- package/build/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/scripts/common.mjs +1 -1
package/atoms/lastupdate
CHANGED
|
@@ -1,42 +1,20 @@
|
|
|
1
|
-
Tue
|
|
1
|
+
Tue Mar 11 2025 23:28:51 GMT-0700 (Pacific Daylight Time)
|
|
2
2
|
|
|
3
|
-
commit
|
|
4
|
-
Author:
|
|
5
|
-
Date:
|
|
3
|
+
commit 9b1e83ce6409086413b1cd7ffe6da502ac9d11f1 (grafted, HEAD -> refs/heads/trunk, tag: refs/tags/nightly, refs/remotes/origin/trunk, refs/remotes/origin/HEAD)
|
|
4
|
+
Author: Adam Halbrock <halbrock@gmail.com>
|
|
5
|
+
Date: Tue Mar 11 14:36:50 2025 -0400
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
Issue 12549 fix atoms generation lowdash (#15247)
|
|
8
8
|
|
|
9
|
-
*
|
|
9
|
+
* Updating the atom frament bazel file so that "_" is not used as the exported function, also passing in entire window so that all pieces should have access to what they need.
|
|
10
10
|
|
|
11
|
-
*
|
|
11
|
+
* Added the exported function name to the string substitution list. Atoms build now.
|
|
12
12
|
|
|
13
|
-
*
|
|
13
|
+
* Properly adding the exported function variable to the wrapper.
|
|
14
14
|
|
|
15
|
-
*
|
|
16
|
-
|
|
17
|
-
* Update selenium manager version
|
|
18
|
-
|
|
19
|
-
* Update Maven Dependencies
|
|
20
|
-
|
|
21
|
-
* Update authors file
|
|
22
|
-
|
|
23
|
-
* FIX CHANGELOGS BEFORE MERGING!
|
|
24
|
-
|
|
25
|
-
Update versions and change logs to release Selenium 4.19.0
|
|
26
|
-
|
|
27
|
-
* [build] Adapting changelogs
|
|
28
|
-
|
|
29
|
-
* [py] Setting python version to 4.19.0
|
|
30
|
-
|
|
31
|
-
* Making format script happy
|
|
32
|
-
|
|
33
|
-
---------
|
|
34
|
-
|
|
35
|
-
Co-authored-by: Selenium CI Bot <selenium-ci@users.noreply.github.com>
|
|
36
|
-
Co-authored-by: Diego Molina <diemol@gmail.com>
|
|
37
|
-
Co-authored-by: Diego Molina <diemol@users.noreply.github.com>
|
|
15
|
+
* Updated exported symbol to relate to selenium for namespacing purposes, updating single quotes to to double for linting check.
|
|
38
16
|
|
|
39
17
|
---------
|
|
40
18
|
|
|
41
|
-
Co-authored-by:
|
|
42
|
-
Co-authored-by:
|
|
19
|
+
Co-authored-by: Sri Harsha <12621691+harsha509@users.noreply.github.com>
|
|
20
|
+
Co-authored-by: David Burns <david.burns@theautomatedtester.co.uk>
|
|
@@ -71,4 +71,4 @@ W.NUMBER_TYPE=1;W.STRING_TYPE=2;W.BOOLEAN_TYPE=3;W.UNORDERED_NODE_ITERATOR_TYPE=
|
|
|
71
71
|
function Cb(a,b){a=a||h;var c=a.Document&&a.Document.prototype||a.document;if(!c.evaluate||b)a.XPathResult=W,c.evaluate=function(d,e,f,g){return(new Ab(d,f)).evaluate(e,g)},c.createExpression=function(d,e){return new Ab(d,e)},c.createNSResolver=function(d){return new Bb(d)}}aa("wgxpath.install",Cb);aa("wgxpath.install",Cb);var Db=window;function X(a,b){this.code=a;this.a=Y[a]||Eb;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||""}m(X,Error);var Eb="unknown error",Y={15:"element not selectable",11:"element not visible"};Y[31]=Eb;Y[30]=Eb;Y[24]="invalid cookie domain";Y[29]="invalid element coordinates";Y[12]="invalid element state";
|
|
72
72
|
Y[32]="invalid selector";Y[51]="invalid selector";Y[52]="invalid selector";Y[17]="javascript error";Y[405]="unsupported operation";Y[34]="move target out of bounds";Y[27]="no such alert";Y[7]="no such element";Y[8]="no such frame";Y[23]="no such window";Y[28]="script timeout";Y[33]="session not created";Y[10]="stale element reference";Y[21]="timeout";Y[25]="unable to set cookie";Y[26]="unexpected alert open";Y[13]=Eb;Y[9]="unknown command";var Fb=ta(),Gb=va()||u("iPod"),Hb=u("iPad"),Ib=u("Android")&&!(ua()||ta()||u("Opera")||u("Silk")),Jb=ua(),Kb=u("Safari")&&!(ua()||u("Coast")||u("Opera")||u("Edge")||u("Edg/")||u("OPR")||ta()||u("Silk")||u("Android"))&&!(va()||u("iPad")||u("iPod"));function Z(a){return(a=a.exec(t))?a[1]:""}(function(){if(Fb)return Z(/Firefox\/([0-9.]+)/);if(Jb)return va()||u("iPad")||u("iPod")?Z(/CriOS\/([0-9.]+)/):Z(/Chrome\/([0-9.]+)/);if(Kb&&!(va()||u("iPad")||u("iPod")))return Z(/Version\/([0-9.]+)/);if(Gb||Hb){var a=/Version\/(\S+).*Mobile\/(\S+)/.exec(t);if(a)return a[1]+"."+a[2]}else if(Ib)return(a=Z(/Android\s+([0-9.]+)/))?a:Z(/Version\/([0-9.]+)/);return""})();var Lb=JSON.stringify;function Mb(a){function b(c,d){switch(l(c)){case "string":case "number":case "boolean":return c;case "function":return c.toString();case "array":return ka(c,function(f){return b(f,d)});case "object":if(0<=d.indexOf(c))throw new X(17,"Recursive object cannot be transferred");if(v(c,"nodeType")&&(1==c.nodeType||9==c.nodeType)){var e={};e.ELEMENT=Nb(c);return e}if(v(c,"document"))return e={},e.WINDOW=Nb(c),e;d.push(c);if(ba(c))return ka(c,function(f){return b(f,d)});c=qa(c,function(f,g){return"number"==
|
|
73
73
|
typeof g||k(g)});return ra(c,function(f){return b(f,d)});default:return null}}return b(a,[])}function Ob(a,b){return"array"==l(a)?ka(a,function(c){return Ob(c,b)}):ca(a)?"function"==typeof a?a:v(a,"ELEMENT")?Pb(a.ELEMENT,b):v(a,"WINDOW")?Pb(a.WINDOW,b):ra(a,function(c){return Ob(c,b)}):a}function Qb(a){a=a||document;var b=a.$wdc_;b||(b=a.$wdc_={},b.C=ia());b.C||(b.C=ia());return b}function Nb(a){var b=Qb(a.ownerDocument),c=sa(b,function(d){return d==a});c||(c=":wdc:"+b.C++,b[c]=a);return c}
|
|
74
|
-
function Pb(a,b){a=decodeURIComponent(a);b=b||document;var c=Qb(b);if(!v(c,a))throw new X(10,"Element does not exist in cache");var d=c[a];if(v(d,"setInterval")){if(d.closed)throw delete c[a],new X(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 X(10,"Element is no longer attached to the DOM");};function Rb(){this.a=Db.localStorage}Rb.prototype.key=function(a){return this.a.key(a)};function Sb(a){if(null==(Db||Db).localStorage)throw new X(13,"Local storage undefined");var b=new Rb;var c=b.a.getItem(a);b.a.removeItem(a);return c};aa("
|
|
74
|
+
function Pb(a,b){a=decodeURIComponent(a);b=b||document;var c=Qb(b);if(!v(c,a))throw new X(10,"Element does not exist in cache");var d=c[a];if(v(d,"setInterval")){if(d.closed)throw delete c[a],new X(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 X(10,"Element is no longer attached to the DOM");};function Rb(){this.a=Db.localStorage}Rb.prototype.key=function(a){return this.a.key(a)};function Sb(a){if(null==(Db||Db).localStorage)throw new X(13,"Local storage undefined");var b=new Rb;var c=b.a.getItem(a);b.a.removeItem(a);return c};aa("se_exportedFunctionSymbol",function(a){a=[a];var b=Sb,c=window||Db;try{a:{var d=b;if(k(d))try{b=new c.Function(d);break a}catch(g){throw g;}b=c==window?d:new c.Function("return ("+d+").apply(null,arguments);")}var e=Ob(a,c.document);var f={status:0,value:Mb(b.apply(null,e))}}catch(g){f={status:v(g,"code")?g.code:13,value:{message:g.message}}}return Lb(f)});; return this.se_exportedFunctionSymbol.apply(null,arguments);}).apply(window, arguments);}
|
|
@@ -71,4 +71,4 @@ W.NUMBER_TYPE=1;W.STRING_TYPE=2;W.BOOLEAN_TYPE=3;W.UNORDERED_NODE_ITERATOR_TYPE=
|
|
|
71
71
|
function Cb(a,b){a=a||h;var c=a.Document&&a.Document.prototype||a.document;if(!c.evaluate||b)a.XPathResult=W,c.evaluate=function(d,e,f,g){return(new Ab(d,f)).evaluate(e,g)},c.createExpression=function(d,e){return new Ab(d,e)},c.createNSResolver=function(d){return new Bb(d)}}aa("wgxpath.install",Cb);aa("wgxpath.install",Cb);var Db=window;function X(a,b){this.code=a;this.a=Y[a]||Eb;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||""}m(X,Error);var Eb="unknown error",Y={15:"element not selectable",11:"element not visible"};Y[31]=Eb;Y[30]=Eb;Y[24]="invalid cookie domain";Y[29]="invalid element coordinates";Y[12]="invalid element state";
|
|
72
72
|
Y[32]="invalid selector";Y[51]="invalid selector";Y[52]="invalid selector";Y[17]="javascript error";Y[405]="unsupported operation";Y[34]="move target out of bounds";Y[27]="no such alert";Y[7]="no such element";Y[8]="no such frame";Y[23]="no such window";Y[28]="script timeout";Y[33]="session not created";Y[10]="stale element reference";Y[21]="timeout";Y[25]="unable to set cookie";Y[26]="unexpected alert open";Y[13]=Eb;Y[9]="unknown command";var Fb=ta(),Gb=va()||u("iPod"),Hb=u("iPad"),Ib=u("Android")&&!(ua()||ta()||u("Opera")||u("Silk")),Jb=ua(),Kb=u("Safari")&&!(ua()||u("Coast")||u("Opera")||u("Edge")||u("Edg/")||u("OPR")||ta()||u("Silk")||u("Android"))&&!(va()||u("iPad")||u("iPod"));function Z(a){return(a=a.exec(t))?a[1]:""}(function(){if(Fb)return Z(/Firefox\/([0-9.]+)/);if(Jb)return va()||u("iPad")||u("iPod")?Z(/CriOS\/([0-9.]+)/):Z(/Chrome\/([0-9.]+)/);if(Kb&&!(va()||u("iPad")||u("iPod")))return Z(/Version\/([0-9.]+)/);if(Gb||Hb){var a=/Version\/(\S+).*Mobile\/(\S+)/.exec(t);if(a)return a[1]+"."+a[2]}else if(Ib)return(a=Z(/Android\s+([0-9.]+)/))?a:Z(/Version\/([0-9.]+)/);return""})();var Lb=JSON.stringify;function Mb(a){function b(c,d){switch(l(c)){case "string":case "number":case "boolean":return c;case "function":return c.toString();case "array":return ka(c,function(f){return b(f,d)});case "object":if(0<=d.indexOf(c))throw new X(17,"Recursive object cannot be transferred");if(v(c,"nodeType")&&(1==c.nodeType||9==c.nodeType)){var e={};e.ELEMENT=Nb(c);return e}if(v(c,"document"))return e={},e.WINDOW=Nb(c),e;d.push(c);if(ba(c))return ka(c,function(f){return b(f,d)});c=qa(c,function(f,g){return"number"==
|
|
73
73
|
typeof g||k(g)});return ra(c,function(f){return b(f,d)});default:return null}}return b(a,[])}function Ob(a,b){return"array"==l(a)?ka(a,function(c){return Ob(c,b)}):ca(a)?"function"==typeof a?a:v(a,"ELEMENT")?Pb(a.ELEMENT,b):v(a,"WINDOW")?Pb(a.WINDOW,b):ra(a,function(c){return Ob(c,b)}):a}function Qb(a){a=a||document;var b=a.$wdc_;b||(b=a.$wdc_={},b.C=ia());b.C||(b.C=ia());return b}function Nb(a){var b=Qb(a.ownerDocument),c=sa(b,function(d){return d==a});c||(c=":wdc:"+b.C++,b[c]=a);return c}
|
|
74
|
-
function Pb(a,b){a=decodeURIComponent(a);b=b||document;var c=Qb(b);if(!v(c,a))throw new X(10,"Element does not exist in cache");var d=c[a];if(v(d,"setInterval")){if(d.closed)throw delete c[a],new X(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 X(10,"Element is no longer attached to the DOM");};function Rb(){this.a=Db.sessionStorage}Rb.prototype.key=function(a){return this.a.key(a)};function Sb(a){var b=Db||Db;if(null!=b.sessionStorage&&null!=b.sessionStorage.clear)b=new Rb;else throw new X(13,"Session storage undefined");var c=b.a.getItem(a);b.a.removeItem(a);return c};aa("
|
|
74
|
+
function Pb(a,b){a=decodeURIComponent(a);b=b||document;var c=Qb(b);if(!v(c,a))throw new X(10,"Element does not exist in cache");var d=c[a];if(v(d,"setInterval")){if(d.closed)throw delete c[a],new X(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 X(10,"Element is no longer attached to the DOM");};function Rb(){this.a=Db.sessionStorage}Rb.prototype.key=function(a){return this.a.key(a)};function Sb(a){var b=Db||Db;if(null!=b.sessionStorage&&null!=b.sessionStorage.clear)b=new Rb;else throw new X(13,"Session storage undefined");var c=b.a.getItem(a);b.a.removeItem(a);return c};aa("se_exportedFunctionSymbol",function(a){a=[a];var b=Sb,c=window||Db;try{a:{var d=b;if(k(d))try{b=new c.Function(d);break a}catch(g){throw g;}b=c==window?d:new c.Function("return ("+d+").apply(null,arguments);")}var e=Ob(a,c.document);var f={status:0,value:Mb(b.apply(null,e))}}catch(g){f={status:v(g,"code")?g.code:13,value:{message:g.message}}}return Lb(f)});; return this.se_exportedFunctionSymbol.apply(null,arguments);}).apply(window, arguments);}
|
|
@@ -71,4 +71,4 @@ W.NUMBER_TYPE=1;W.STRING_TYPE=2;W.BOOLEAN_TYPE=3;W.UNORDERED_NODE_ITERATOR_TYPE=
|
|
|
71
71
|
function Cb(a,b){a=a||h;var c=a.Document&&a.Document.prototype||a.document;if(!c.evaluate||b)a.XPathResult=W,c.evaluate=function(d,e,f,g){return(new Ab(d,f)).evaluate(e,g)},c.createExpression=function(d,e){return new Ab(d,e)},c.createNSResolver=function(d){return new Bb(d)}}aa("wgxpath.install",Cb);aa("wgxpath.install",Cb);var Db=window;function X(a,b){this.code=a;this.a=Y[a]||Eb;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||""}m(X,Error);var Eb="unknown error",Y={15:"element not selectable",11:"element not visible"};Y[31]=Eb;Y[30]=Eb;Y[24]="invalid cookie domain";Y[29]="invalid element coordinates";Y[12]="invalid element state";
|
|
72
72
|
Y[32]="invalid selector";Y[51]="invalid selector";Y[52]="invalid selector";Y[17]="javascript error";Y[405]="unsupported operation";Y[34]="move target out of bounds";Y[27]="no such alert";Y[7]="no such element";Y[8]="no such frame";Y[23]="no such window";Y[28]="script timeout";Y[33]="session not created";Y[10]="stale element reference";Y[21]="timeout";Y[25]="unable to set cookie";Y[26]="unexpected alert open";Y[13]=Eb;Y[9]="unknown command";var Fb=ta(),Gb=va()||u("iPod"),Hb=u("iPad"),Ib=u("Android")&&!(ua()||ta()||u("Opera")||u("Silk")),Jb=ua(),Kb=u("Safari")&&!(ua()||u("Coast")||u("Opera")||u("Edge")||u("Edg/")||u("OPR")||ta()||u("Silk")||u("Android"))&&!(va()||u("iPad")||u("iPod"));function Z(a){return(a=a.exec(t))?a[1]:""}(function(){if(Fb)return Z(/Firefox\/([0-9.]+)/);if(Jb)return va()||u("iPad")||u("iPod")?Z(/CriOS\/([0-9.]+)/):Z(/Chrome\/([0-9.]+)/);if(Kb&&!(va()||u("iPad")||u("iPod")))return Z(/Version\/([0-9.]+)/);if(Gb||Hb){var a=/Version\/(\S+).*Mobile\/(\S+)/.exec(t);if(a)return a[1]+"."+a[2]}else if(Ib)return(a=Z(/Android\s+([0-9.]+)/))?a:Z(/Version\/([0-9.]+)/);return""})();var Lb=JSON.stringify;function Mb(a){function b(c,d){switch(l(c)){case "string":case "number":case "boolean":return c;case "function":return c.toString();case "array":return ka(c,function(f){return b(f,d)});case "object":if(0<=d.indexOf(c))throw new X(17,"Recursive object cannot be transferred");if(v(c,"nodeType")&&(1==c.nodeType||9==c.nodeType)){var e={};e.ELEMENT=Nb(c);return e}if(v(c,"document"))return e={},e.WINDOW=Nb(c),e;d.push(c);if(ba(c))return ka(c,function(f){return b(f,d)});c=qa(c,function(f,g){return"number"==
|
|
73
73
|
typeof g||k(g)});return ra(c,function(f){return b(f,d)});default:return null}}return b(a,[])}function Ob(a,b){return"array"==l(a)?ka(a,function(c){return Ob(c,b)}):ca(a)?"function"==typeof a?a:v(a,"ELEMENT")?Pb(a.ELEMENT,b):v(a,"WINDOW")?Pb(a.WINDOW,b):ra(a,function(c){return Ob(c,b)}):a}function Qb(a){a=a||document;var b=a.$wdc_;b||(b=a.$wdc_={},b.C=ia());b.C||(b.C=ia());return b}function Nb(a){var b=Qb(a.ownerDocument),c=sa(b,function(d){return d==a});c||(c=":wdc:"+b.C++,b[c]=a);return c}
|
|
74
|
-
function Pb(a,b){a=decodeURIComponent(a);b=b||document;var c=Qb(b);if(!v(c,a))throw new X(10,"Element does not exist in cache");var d=c[a];if(v(d,"setInterval")){if(d.closed)throw delete c[a],new X(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 X(10,"Element is no longer attached to the DOM");};function Rb(){this.a=Db.localStorage}Rb.prototype.key=function(a){return this.a.key(a)};function Sb(a,b){if(null==(Db||Db).localStorage)throw new X(13,"Local storage undefined");var c=new Rb;try{c.a.setItem(a,b+"")}catch(d){throw new X(13,d.message);}};aa("
|
|
74
|
+
function Pb(a,b){a=decodeURIComponent(a);b=b||document;var c=Qb(b);if(!v(c,a))throw new X(10,"Element does not exist in cache");var d=c[a];if(v(d,"setInterval")){if(d.closed)throw delete c[a],new X(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 X(10,"Element is no longer attached to the DOM");};function Rb(){this.a=Db.localStorage}Rb.prototype.key=function(a){return this.a.key(a)};function Sb(a,b){if(null==(Db||Db).localStorage)throw new X(13,"Local storage undefined");var c=new Rb;try{c.a.setItem(a,b+"")}catch(d){throw new X(13,d.message);}};aa("se_exportedFunctionSymbol",function(a,b){a=[a,b];b=Sb;var c=window||Db;try{a:{var d=b;if(k(d))try{b=new c.Function(d);break a}catch(g){throw g;}b=c==window?d:new c.Function("return ("+d+").apply(null,arguments);")}var e=Ob(a,c.document);var f={status:0,value:Mb(b.apply(null,e))}}catch(g){f={status:v(g,"code")?g.code:13,value:{message:g.message}}}return Lb(f)});; return this.se_exportedFunctionSymbol.apply(null,arguments);}).apply(window, arguments);}
|
|
@@ -71,4 +71,4 @@ W.NUMBER_TYPE=1;W.STRING_TYPE=2;W.BOOLEAN_TYPE=3;W.UNORDERED_NODE_ITERATOR_TYPE=
|
|
|
71
71
|
function Cb(a,b){a=a||h;var c=a.Document&&a.Document.prototype||a.document;if(!c.evaluate||b)a.XPathResult=W,c.evaluate=function(d,e,f,g){return(new Ab(d,f)).evaluate(e,g)},c.createExpression=function(d,e){return new Ab(d,e)},c.createNSResolver=function(d){return new Bb(d)}}aa("wgxpath.install",Cb);aa("wgxpath.install",Cb);var Db=window;function X(a,b){this.code=a;this.a=Y[a]||Eb;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||""}m(X,Error);var Eb="unknown error",Y={15:"element not selectable",11:"element not visible"};Y[31]=Eb;Y[30]=Eb;Y[24]="invalid cookie domain";Y[29]="invalid element coordinates";Y[12]="invalid element state";
|
|
72
72
|
Y[32]="invalid selector";Y[51]="invalid selector";Y[52]="invalid selector";Y[17]="javascript error";Y[405]="unsupported operation";Y[34]="move target out of bounds";Y[27]="no such alert";Y[7]="no such element";Y[8]="no such frame";Y[23]="no such window";Y[28]="script timeout";Y[33]="session not created";Y[10]="stale element reference";Y[21]="timeout";Y[25]="unable to set cookie";Y[26]="unexpected alert open";Y[13]=Eb;Y[9]="unknown command";var Fb=ta(),Gb=va()||u("iPod"),Hb=u("iPad"),Ib=u("Android")&&!(ua()||ta()||u("Opera")||u("Silk")),Jb=ua(),Kb=u("Safari")&&!(ua()||u("Coast")||u("Opera")||u("Edge")||u("Edg/")||u("OPR")||ta()||u("Silk")||u("Android"))&&!(va()||u("iPad")||u("iPod"));function Z(a){return(a=a.exec(t))?a[1]:""}(function(){if(Fb)return Z(/Firefox\/([0-9.]+)/);if(Jb)return va()||u("iPad")||u("iPod")?Z(/CriOS\/([0-9.]+)/):Z(/Chrome\/([0-9.]+)/);if(Kb&&!(va()||u("iPad")||u("iPod")))return Z(/Version\/([0-9.]+)/);if(Gb||Hb){var a=/Version\/(\S+).*Mobile\/(\S+)/.exec(t);if(a)return a[1]+"."+a[2]}else if(Ib)return(a=Z(/Android\s+([0-9.]+)/))?a:Z(/Version\/([0-9.]+)/);return""})();var Lb=JSON.stringify;function Mb(a){function b(c,d){switch(l(c)){case "string":case "number":case "boolean":return c;case "function":return c.toString();case "array":return ka(c,function(f){return b(f,d)});case "object":if(0<=d.indexOf(c))throw new X(17,"Recursive object cannot be transferred");if(v(c,"nodeType")&&(1==c.nodeType||9==c.nodeType)){var e={};e.ELEMENT=Nb(c);return e}if(v(c,"document"))return e={},e.WINDOW=Nb(c),e;d.push(c);if(ba(c))return ka(c,function(f){return b(f,d)});c=qa(c,function(f,g){return"number"==
|
|
73
73
|
typeof g||k(g)});return ra(c,function(f){return b(f,d)});default:return null}}return b(a,[])}function Ob(a,b){return"array"==l(a)?ka(a,function(c){return Ob(c,b)}):ca(a)?"function"==typeof a?a:v(a,"ELEMENT")?Pb(a.ELEMENT,b):v(a,"WINDOW")?Pb(a.WINDOW,b):ra(a,function(c){return Ob(c,b)}):a}function Qb(a){a=a||document;var b=a.$wdc_;b||(b=a.$wdc_={},b.C=ia());b.C||(b.C=ia());return b}function Nb(a){var b=Qb(a.ownerDocument),c=sa(b,function(d){return d==a});c||(c=":wdc:"+b.C++,b[c]=a);return c}
|
|
74
|
-
function Pb(a,b){a=decodeURIComponent(a);b=b||document;var c=Qb(b);if(!v(c,a))throw new X(10,"Element does not exist in cache");var d=c[a];if(v(d,"setInterval")){if(d.closed)throw delete c[a],new X(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 X(10,"Element is no longer attached to the DOM");};function Rb(){this.a=Db.sessionStorage}Rb.prototype.key=function(a){return this.a.key(a)};function Sb(a,b){var c=Db||Db;if(null!=c.sessionStorage&&null!=c.sessionStorage.clear)c=new Rb;else throw new X(13,"Session storage undefined");try{c.a.setItem(a,b+"")}catch(d){throw new X(13,d.message);}};aa("
|
|
74
|
+
function Pb(a,b){a=decodeURIComponent(a);b=b||document;var c=Qb(b);if(!v(c,a))throw new X(10,"Element does not exist in cache");var d=c[a];if(v(d,"setInterval")){if(d.closed)throw delete c[a],new X(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 X(10,"Element is no longer attached to the DOM");};function Rb(){this.a=Db.sessionStorage}Rb.prototype.key=function(a){return this.a.key(a)};function Sb(a,b){var c=Db||Db;if(null!=c.sessionStorage&&null!=c.sessionStorage.clear)c=new Rb;else throw new X(13,"Session storage undefined");try{c.a.setItem(a,b+"")}catch(d){throw new X(13,d.message);}};aa("se_exportedFunctionSymbol",function(a,b){a=[a,b];b=Sb;var c=window||Db;try{a:{var d=b;if(k(d))try{b=new c.Function(d);break a}catch(g){throw g;}b=c==window?d:new c.Function("return ("+d+").apply(null,arguments);")}var e=Ob(a,c.document);var f={status:0,value:Mb(b.apply(null,e))}}catch(g){f={status:v(g,"code")?g.code:13,value:{message:g.message}}}return Lb(f)});; return this.se_exportedFunctionSymbol.apply(null,arguments);}).apply(window, arguments);}
|
package/atoms/submit.js
CHANGED
|
@@ -85,7 +85,7 @@ lightseagreen:"#20b2aa",lightskyblue:"#87cefa",lightslategray:"#778899",lightsla
|
|
|
85
85
|
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",
|
|
86
86
|
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 Ac="backgroundColor borderTopColor borderRightColor borderBottomColor borderLeftColor color outlineColor".split(" "),Bc=/#([0-9a-fA-F])([0-9a-fA-F])([0-9a-fA-F])/,Cc=/^#(?:[0-9a-f]{3}){1,2}$/i,Dc=/^(?:rgba)?\((\d{1,3}),\s?(\d{1,3}),\s?(\d{1,3}),\s?(0|1|0\.\d*)\)$/i,Ec=/^(?:rgb)?\((0|[1-9]\d{0,2}),\s?(0|[1-9]\d{0,2}),\s?(0|[1-9]\d{0,2})\)$/i;function L(a,b){this.code=a;this.a=M[a]||Fc;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||""}h(L,Error);var Fc="unknown error",M={15:"element not selectable",11:"element not visible"};M[31]=Fc;M[30]=Fc;M[24]="invalid cookie domain";M[29]="invalid element coordinates";M[12]="invalid element state";
|
|
87
87
|
M[32]="invalid selector";M[51]="invalid selector";M[52]="invalid selector";M[17]="javascript error";M[405]="unsupported operation";M[34]="move target out of bounds";M[27]="no such alert";M[7]="no such element";M[8]="no such frame";M[23]="no such window";M[28]="script timeout";M[33]="session not created";M[10]="stale element reference";M[21]="timeout";M[25]="unable to set cookie";M[26]="unexpected alert open";M[13]=Fc;M[9]="unknown command";var Gc=Qa(),Hc=Ta()||p("iPod"),Ic=p("iPad"),Jc=p("Android")&&!(Ra()||Qa()||p("Opera")||p("Silk")),Kc=Ra(),Lc=p("Safari")&&!(Ra()||p("Coast")||p("Opera")||p("Edge")||p("Edg/")||p("OPR")||Qa()||p("Silk")||p("Android"))&&!(Ta()||p("iPad")||p("iPod"));function Mc(a){return(a=a.exec(Ja))?a[1]:""}var Nc=function(){if(Gc)return Mc(/Firefox\/([0-9.]+)/);if(Kc)return Ta()||p("iPad")||p("iPod")?Mc(/CriOS\/([0-9.]+)/):Mc(/Chrome\/([0-9.]+)/);if(Lc&&!(Ta()||p("iPad")||p("iPod")))return Mc(/Version\/([0-9.]+)/);if(Hc||Ic){var a=/Version\/(\S+).*Mobile\/(\S+)/.exec(Ja);if(a)return a[1]+"."+a[2]}else if(Jc)return(a=Mc(/Android\s+([0-9.]+)/))?a:Mc(/Version\/([0-9.]+)/);return""}();var Oc=Ic||Hc,Pc;if(Jc){var Qc=/Android\s+([0-9\.]+)/.exec(Ja);Pc=Qc?Qc[1]:"0"}else Pc="0";var Rc=Pc;function Sc(a){var b="tabindex";return"style"==b?Tc(a.style.cssText):(a=a.getAttributeNode(b))&&a.specified?a.value:null}var Wc=/[;]+(?=(?:(?:[^"]*"){2})*[^"]*$)(?=(?:(?:[^']*'){2})*[^']*$)(?=(?:[^()]*\([^()]*\))*[^()]*$)/;function Tc(a){var b=[];m(a.split(Wc),function(c){var d=c.indexOf(":");0<d&&(c=[c.slice(0,d),c.slice(d+1)],2==c.length&&b.push(c[0].toLowerCase(),":",c[1],";"))});b=b.join("");return b=";"==b.charAt(b.length-1)?b:b+";"}
|
|
88
|
-
function N(a,b){b&&"string"!==typeof b&&(b=b.toString());return
|
|
88
|
+
function N(a,b){b&&"string"!==typeof b&&(b=b.toString());return a instanceof HTMLFormElement?!!a&&1==a.nodeType&&(!b||"FORM"==b):!!a&&1==a.nodeType&&(!b||a.tagName.toUpperCase()==b)};var Xc={P:function(a,b){oa(b.querySelector);if(!a)throw new L(32,"No selector specified");a=Ga(a);try{var c=b.querySelector(a)}catch(d){throw new L(32,"An invalid or illegal selector was specified");}return c&&1==c.nodeType?c:null},S:function(a,b){oa(b.querySelectorAll);if(!a)throw new L(32,"No selector specified");a=Ga(a);try{return b.querySelectorAll(a)}catch(c){throw new L(32,"An invalid or illegal selector was specified");}}};function Yc(a,b,c,d){this.b=a;this.f=b;this.c=c;this.a=d}Yc.prototype.ceil=function(){this.b=Math.ceil(this.b);this.f=Math.ceil(this.f);this.c=Math.ceil(this.c);this.a=Math.ceil(this.a);return this};Yc.prototype.floor=function(){this.b=Math.floor(this.b);this.f=Math.floor(this.f);this.c=Math.floor(this.c);this.a=Math.floor(this.a);return this};Yc.prototype.round=function(){this.b=Math.round(this.b);this.f=Math.round(this.f);this.c=Math.round(this.c);this.a=Math.round(this.a);return this};
|
|
89
89
|
Yc.prototype.scale=function(a,b){b="number"===typeof b?b:a;this.a*=a;this.f*=a;this.b*=b;this.c*=b;return this};function O(a,b,c,d){this.a=a;this.b=b;this.width=c;this.height=d}O.prototype.ceil=function(){this.a=Math.ceil(this.a);this.b=Math.ceil(this.b);this.width=Math.ceil(this.width);this.height=Math.ceil(this.height);return this};O.prototype.floor=function(){this.a=Math.floor(this.a);this.b=Math.floor(this.b);this.width=Math.floor(this.width);this.height=Math.floor(this.height);return this};
|
|
90
90
|
O.prototype.round=function(){this.a=Math.round(this.a);this.b=Math.round(this.b);this.width=Math.round(this.width);this.height=Math.round(this.height);return this};O.prototype.scale=function(a,b){b="number"===typeof b?b:a;this.a*=a;this.width*=a;this.b*=b;this.height*=b;return this};function Zc(a,b){var c=u(a);return c.defaultView&&c.defaultView.getComputedStyle&&(a=c.defaultView.getComputedStyle(a,null))?a[b]||a.getPropertyValue(b)||"":""};var $c="function"===typeof ShadowRoot;function ad(a){return bd(a)&&cd(a)&&"none"!=P(a,"pointer-events")}var dd="A AREA BUTTON INPUT LABEL SELECT TEXTAREA".split(" ");function ed(a){return Ca(dd,function(b){return N(a,b)})||null!=Sc(a)&&0<=Number(a.tabIndex)||fd(a)}var gd="BUTTON INPUT OPTGROUP OPTION SELECT TEXTAREA".split(" ");
|
|
91
91
|
function cd(a){return Ca(gd,function(b){return N(a,b)})?a.disabled?!1:a.parentNode&&1==a.parentNode.nodeType&&N(a,"OPTGROUP")||N(a,"OPTION")?cd(a.parentNode):!nb(a,function(b){var c=b.parentNode;if(c&&N(c,"FIELDSET")&&c.disabled){if(!N(b,"LEGEND"))return!0;for(;b=void 0!==b.previousElementSibling?b.previousElementSibling:ib(b.previousSibling);)if(N(b,"LEGEND"))return!0}return!1},!0):!0}var hd="text search tel url email password number".split(" ");
|
|
@@ -133,4 +133,4 @@ Math.max(e-k,0))}od(a,void 0)}};var pf=ia.JSON.stringify;function qf(a){function
|
|
|
133
133
|
typeof g||ka(g)});return Na(c,function(f){return b(f,d)});default:return null}}return b(a,[])}function sf(a,b){return"array"==ma(a)?Aa(a,function(c){return sf(c,b)}):pa(a)?"function"==typeof a?a:Oa(a,"ELEMENT")?tf(a.ELEMENT,b):Oa(a,"WINDOW")?tf(a.WINDOW,b):Na(a,function(c){return sf(c,b)}):a}function uf(a){a=a||document;var b=a.$wdc_;b||(b=a.$wdc_={},b.G=wa());b.G||(b.G=wa());return b}function rf(a){var b=uf(a.ownerDocument),c=Pa(b,function(d){return d==a});c||(c=":wdc:"+b.G++,b[c]=a);return c}
|
|
134
134
|
function tf(a,b){a=decodeURIComponent(a);b=b||document;var c=uf(b);if(!Oa(c,a))throw new L(10,"Element does not exist in cache");var d=c[a];if(Oa(d,"setInterval")){if(d.closed)throw delete c[a],new L(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 L(10,"Element is no longer attached to the DOM");};function Z(a,b,c,d){function e(){return{persist:f,keys:[]}}var f=!!d,g=[],k=e();g.push(k);m(b,function(l){m(l.split(""),function(n){if("\ue000"<=n&&"\ue03d">=n){var t=Z.a[n];if(null===t)g.push(k=e()),f&&(k.persist=!1,g.push(k=e()));else if(ja(t))k.keys.push(t);else throw Error("Unsupported WebDriver key: \\u"+n.charCodeAt(0).toString(16));}else switch(n){case "\n":k.keys.push(fe);break;case "\t":k.keys.push(ee);break;case "\b":k.keys.push(de);break;default:k.keys.push(n)}})});m(g,function(l){lf(a,
|
|
135
135
|
l.keys,c,l.persist)})}Z.a={};Z.a["\ue000"]=null;Z.a["\ue003"]=de;Z.a["\ue004"]=ee;Z.a["\ue006"]=fe;Z.a["\ue007"]=fe;Z.a["\ue008"]=X;Z.a["\ue009"]=ge;Z.a["\ue00a"]=he;Z.a["\ue00b"]=ie;Z.a["\ue00c"]=je;Z.a["\ue00d"]=ke;Z.a["\ue00e"]=le;Z.a["\ue00f"]=me;Z.a["\ue010"]=ne;Z.a["\ue011"]=oe;Z.a["\ue012"]=pe;Z.a["\ue013"]=qe;Z.a["\ue014"]=re;Z.a["\ue015"]=se;Z.a["\ue016"]=te;Z.a["\ue017"]=ue;Z.a["\ue018"]=Ze;Z.a["\ue019"]=Xe;Z.a["\ue01a"]=we;Z.a["\ue01b"]=xe;Z.a["\ue01c"]=ye;Z.a["\ue01d"]=ze;
|
|
136
|
-
Z.a["\ue01e"]=Ae;Z.a["\ue01f"]=Be;Z.a["\ue020"]=Ce;Z.a["\ue021"]=De;Z.a["\ue022"]=Ee;Z.a["\ue023"]=Fe;Z.a["\ue024"]=Ge;Z.a["\ue025"]=He;Z.a["\ue027"]=Ie;Z.a["\ue028"]=Je;Z.a["\ue029"]=Ke;Z.a["\ue026"]=Ye;Z.a["\ue031"]=Le;Z.a["\ue032"]=Me;Z.a["\ue033"]=Ne;Z.a["\ue034"]=Oe;Z.a["\ue035"]=Pe;Z.a["\ue036"]=Qe;Z.a["\ue037"]=Re;Z.a["\ue038"]=Se;Z.a["\ue039"]=Te;Z.a["\ue03a"]=Ue;Z.a["\ue03b"]=Ve;Z.a["\ue03c"]=We;Z.a["\ue03d"]=ve;la("
|
|
136
|
+
Z.a["\ue01e"]=Ae;Z.a["\ue01f"]=Be;Z.a["\ue020"]=Ce;Z.a["\ue021"]=De;Z.a["\ue022"]=Ee;Z.a["\ue023"]=Fe;Z.a["\ue024"]=Ge;Z.a["\ue025"]=He;Z.a["\ue027"]=Ie;Z.a["\ue028"]=Je;Z.a["\ue029"]=Ke;Z.a["\ue026"]=Ye;Z.a["\ue031"]=Le;Z.a["\ue032"]=Me;Z.a["\ue033"]=Ne;Z.a["\ue034"]=Oe;Z.a["\ue035"]=Pe;Z.a["\ue036"]=Qe;Z.a["\ue037"]=Re;Z.a["\ue038"]=Se;Z.a["\ue039"]=Te;Z.a["\ue03a"]=Ue;Z.a["\ue03b"]=Ve;Z.a["\ue03c"]=We;Z.a["\ue03d"]=ve;la("se_exportedFunctionSymbol",function(a,b){a=[a];try{var c;b?c=tf(b.WINDOW):c=window;var d=sf(a,c.document),e=nf.apply(null,d);var f={status:0,value:qf(e)}}catch(g){f={status:Oa(g,"code")?g.code:13,value:{message:g.message}}}return pf(f)});; return this.se_exportedFunctionSymbol.apply(null,arguments);}).apply(window, arguments);}
|
package/atoms/type.js
CHANGED
|
@@ -85,7 +85,7 @@ lightseagreen:"#20b2aa",lightskyblue:"#87cefa",lightslategray:"#778899",lightsla
|
|
|
85
85
|
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",
|
|
86
86
|
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 Ac="backgroundColor borderTopColor borderRightColor borderBottomColor borderLeftColor color outlineColor".split(" "),Bc=/#([0-9a-fA-F])([0-9a-fA-F])([0-9a-fA-F])/,Cc=/^#(?:[0-9a-f]{3}){1,2}$/i,Dc=/^(?:rgba)?\((\d{1,3}),\s?(\d{1,3}),\s?(\d{1,3}),\s?(0|1|0\.\d*)\)$/i,Ec=/^(?:rgb)?\((0|[1-9]\d{0,2}),\s?(0|[1-9]\d{0,2}),\s?(0|[1-9]\d{0,2})\)$/i;function L(a,b){this.code=a;this.a=M[a]||Fc;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||""}h(L,Error);var Fc="unknown error",M={15:"element not selectable",11:"element not visible"};M[31]=Fc;M[30]=Fc;M[24]="invalid cookie domain";M[29]="invalid element coordinates";M[12]="invalid element state";
|
|
87
87
|
M[32]="invalid selector";M[51]="invalid selector";M[52]="invalid selector";M[17]="javascript error";M[405]="unsupported operation";M[34]="move target out of bounds";M[27]="no such alert";M[7]="no such element";M[8]="no such frame";M[23]="no such window";M[28]="script timeout";M[33]="session not created";M[10]="stale element reference";M[21]="timeout";M[25]="unable to set cookie";M[26]="unexpected alert open";M[13]=Fc;M[9]="unknown command";var Gc=Qa(),Hc=Ta()||p("iPod"),Ic=p("iPad"),Jc=p("Android")&&!(Ra()||Qa()||p("Opera")||p("Silk")),Kc=Ra(),Lc=p("Safari")&&!(Ra()||p("Coast")||p("Opera")||p("Edge")||p("Edg/")||p("OPR")||Qa()||p("Silk")||p("Android"))&&!(Ta()||p("iPad")||p("iPod"));function Mc(a){return(a=a.exec(Ja))?a[1]:""}var Nc=function(){if(Gc)return Mc(/Firefox\/([0-9.]+)/);if(Kc)return Ta()||p("iPad")||p("iPod")?Mc(/CriOS\/([0-9.]+)/):Mc(/Chrome\/([0-9.]+)/);if(Lc&&!(Ta()||p("iPad")||p("iPod")))return Mc(/Version\/([0-9.]+)/);if(Hc||Ic){var a=/Version\/(\S+).*Mobile\/(\S+)/.exec(Ja);if(a)return a[1]+"."+a[2]}else if(Jc)return(a=Mc(/Android\s+([0-9.]+)/))?a:Mc(/Version\/([0-9.]+)/);return""}();var Oc=Ic||Hc,Pc;if(Jc){var Qc=/Android\s+([0-9\.]+)/.exec(Ja);Pc=Qc?Qc[1]:"0"}else Pc="0";var Tc=Pc;function Uc(a){var b="tabindex";return"style"==b?Vc(a.style.cssText):(a=a.getAttributeNode(b))&&a.specified?a.value:null}var Wc=/[;]+(?=(?:(?:[^"]*"){2})*[^"]*$)(?=(?:(?:[^']*'){2})*[^']*$)(?=(?:[^()]*\([^()]*\))*[^()]*$)/;function Vc(a){var b=[];m(a.split(Wc),function(c){var d=c.indexOf(":");0<d&&(c=[c.slice(0,d),c.slice(d+1)],2==c.length&&b.push(c[0].toLowerCase(),":",c[1],";"))});b=b.join("");return b=";"==b.charAt(b.length-1)?b:b+";"}
|
|
88
|
-
function N(a,b){b&&"string"!==typeof b&&(b=b.toString());return
|
|
88
|
+
function N(a,b){b&&"string"!==typeof b&&(b=b.toString());return a instanceof HTMLFormElement?!!a&&1==a.nodeType&&(!b||"FORM"==b):!!a&&1==a.nodeType&&(!b||a.tagName.toUpperCase()==b)};var Xc={N:function(a,b){oa(b.querySelector);if(!a)throw new L(32,"No selector specified");a=Ga(a);try{var c=b.querySelector(a)}catch(d){throw new L(32,"An invalid or illegal selector was specified");}return c&&1==c.nodeType?c:null},P:function(a,b){oa(b.querySelectorAll);if(!a)throw new L(32,"No selector specified");a=Ga(a);try{return b.querySelectorAll(a)}catch(c){throw new L(32,"An invalid or illegal selector was specified");}}};function Yc(a,b,c,d){this.b=a;this.f=b;this.c=c;this.a=d}Yc.prototype.ceil=function(){this.b=Math.ceil(this.b);this.f=Math.ceil(this.f);this.c=Math.ceil(this.c);this.a=Math.ceil(this.a);return this};Yc.prototype.floor=function(){this.b=Math.floor(this.b);this.f=Math.floor(this.f);this.c=Math.floor(this.c);this.a=Math.floor(this.a);return this};Yc.prototype.round=function(){this.b=Math.round(this.b);this.f=Math.round(this.f);this.c=Math.round(this.c);this.a=Math.round(this.a);return this};
|
|
89
89
|
Yc.prototype.scale=function(a,b){b="number"===typeof b?b:a;this.a*=a;this.f*=a;this.b*=b;this.c*=b;return this};function O(a,b,c,d){this.a=a;this.b=b;this.width=c;this.height=d}O.prototype.ceil=function(){this.a=Math.ceil(this.a);this.b=Math.ceil(this.b);this.width=Math.ceil(this.width);this.height=Math.ceil(this.height);return this};O.prototype.floor=function(){this.a=Math.floor(this.a);this.b=Math.floor(this.b);this.width=Math.floor(this.width);this.height=Math.floor(this.height);return this};
|
|
90
90
|
O.prototype.round=function(){this.a=Math.round(this.a);this.b=Math.round(this.b);this.width=Math.round(this.width);this.height=Math.round(this.height);return this};O.prototype.scale=function(a,b){b="number"===typeof b?b:a;this.a*=a;this.width*=a;this.b*=b;this.height*=b;return this};function Zc(a,b){var c=u(a);return c.defaultView&&c.defaultView.getComputedStyle&&(a=c.defaultView.getComputedStyle(a,null))?a[b]||a.getPropertyValue(b)||"":""};var $c="function"===typeof ShadowRoot;function ad(a){return bd(a)&&cd(a)&&"none"!=P(a,"pointer-events")}var dd="A AREA BUTTON INPUT LABEL SELECT TEXTAREA".split(" ");function ed(a){return Ca(dd,function(b){return N(a,b)})||null!=Uc(a)&&0<=Number(a.tabIndex)||fd(a)}var gd="BUTTON INPUT OPTGROUP OPTION SELECT TEXTAREA".split(" ");
|
|
91
91
|
function cd(a){return Ca(gd,function(b){return N(a,b)})?a.disabled?!1:a.parentNode&&1==a.parentNode.nodeType&&N(a,"OPTGROUP")||N(a,"OPTION")?cd(a.parentNode):!nb(a,function(b){var c=b.parentNode;if(c&&N(c,"FIELDSET")&&c.disabled){if(!N(b,"LEGEND"))return!0;for(;b=void 0!==b.previousElementSibling?b.previousElementSibling:ib(b.previousSibling);)if(N(b,"LEGEND"))return!0}return!1},!0):!0}var hd="text search tel url email password number".split(" ");
|
|
@@ -133,4 +133,4 @@ Math.max(e-k,0))}od(a,void 0)}};var nf=ia.JSON.stringify;function of(a){function
|
|
|
133
133
|
typeof g||ka(g)});return Na(c,function(f){return b(f,d)});default:return null}}return b(a,[])}function qf(a,b){return"array"==ma(a)?Aa(a,function(c){return qf(c,b)}):pa(a)?"function"==typeof a?a:Oa(a,"ELEMENT")?rf(a.ELEMENT,b):Oa(a,"WINDOW")?rf(a.WINDOW,b):Na(a,function(c){return qf(c,b)}):a}function sf(a){a=a||document;var b=a.$wdc_;b||(b=a.$wdc_={},b.F=wa());b.F||(b.F=wa());return b}function pf(a){var b=sf(a.ownerDocument),c=Pa(b,function(d){return d==a});c||(c=":wdc:"+b.F++,b[c]=a);return c}
|
|
134
134
|
function rf(a,b){a=decodeURIComponent(a);b=b||document;var c=sf(b);if(!Oa(c,a))throw new L(10,"Element does not exist in cache");var d=c[a];if(Oa(d,"setInterval")){if(d.closed)throw delete c[a],new L(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 L(10,"Element is no longer attached to the DOM");};function Z(a,b,c,d){function e(){return{persist:f,keys:[]}}var f=!!d,g=[],k=e();g.push(k);m(b,function(l){m(l.split(""),function(n){if("\ue000"<=n&&"\ue03d">=n){var t=Z.a[n];if(null===t)g.push(k=e()),f&&(k.persist=!1,g.push(k=e()));else if(ja(t))k.keys.push(t);else throw Error("Unsupported WebDriver key: \\u"+n.charCodeAt(0).toString(16));}else switch(n){case "\n":k.keys.push(fe);break;case "\t":k.keys.push(ee);break;case "\b":k.keys.push(de);break;default:k.keys.push(n)}})});m(g,function(l){lf(a,
|
|
135
135
|
l.keys,c,l.persist)})}Z.a={};Z.a["\ue000"]=null;Z.a["\ue003"]=de;Z.a["\ue004"]=ee;Z.a["\ue006"]=fe;Z.a["\ue007"]=fe;Z.a["\ue008"]=X;Z.a["\ue009"]=ge;Z.a["\ue00a"]=he;Z.a["\ue00b"]=ie;Z.a["\ue00c"]=je;Z.a["\ue00d"]=ke;Z.a["\ue00e"]=le;Z.a["\ue00f"]=me;Z.a["\ue010"]=ne;Z.a["\ue011"]=oe;Z.a["\ue012"]=pe;Z.a["\ue013"]=qe;Z.a["\ue014"]=re;Z.a["\ue015"]=se;Z.a["\ue016"]=te;Z.a["\ue017"]=ue;Z.a["\ue018"]=Ze;Z.a["\ue019"]=Xe;Z.a["\ue01a"]=we;Z.a["\ue01b"]=xe;Z.a["\ue01c"]=ye;Z.a["\ue01d"]=ze;
|
|
136
|
-
Z.a["\ue01e"]=Ae;Z.a["\ue01f"]=Be;Z.a["\ue020"]=Ce;Z.a["\ue021"]=De;Z.a["\ue022"]=Ee;Z.a["\ue023"]=Fe;Z.a["\ue024"]=Ge;Z.a["\ue025"]=He;Z.a["\ue027"]=Ie;Z.a["\ue028"]=Je;Z.a["\ue029"]=Ke;Z.a["\ue026"]=Ye;Z.a["\ue031"]=Le;Z.a["\ue032"]=Me;Z.a["\ue033"]=Ne;Z.a["\ue034"]=Oe;Z.a["\ue035"]=Pe;Z.a["\ue036"]=Qe;Z.a["\ue037"]=Re;Z.a["\ue038"]=Se;Z.a["\ue039"]=Te;Z.a["\ue03a"]=Ue;Z.a["\ue03b"]=Ve;Z.a["\ue03c"]=We;Z.a["\ue03d"]=ve;la("
|
|
136
|
+
Z.a["\ue01e"]=Ae;Z.a["\ue01f"]=Be;Z.a["\ue020"]=Ce;Z.a["\ue021"]=De;Z.a["\ue022"]=Ee;Z.a["\ue023"]=Fe;Z.a["\ue024"]=Ge;Z.a["\ue025"]=He;Z.a["\ue027"]=Ie;Z.a["\ue028"]=Je;Z.a["\ue029"]=Ke;Z.a["\ue026"]=Ye;Z.a["\ue031"]=Le;Z.a["\ue032"]=Me;Z.a["\ue033"]=Ne;Z.a["\ue034"]=Oe;Z.a["\ue035"]=Pe;Z.a["\ue036"]=Qe;Z.a["\ue037"]=Re;Z.a["\ue038"]=Se;Z.a["\ue039"]=Te;Z.a["\ue03a"]=Ue;Z.a["\ue03b"]=Ve;Z.a["\ue03c"]=We;Z.a["\ue03d"]=ve;la("se_exportedFunctionSymbol",function(a,b,c){a=[a,b];b=Z;try{var d;c?d=rf(c.WINDOW):d=window;var e=qf(a,d.document),f=b.apply(null,e);var g={status:0,value:of(f)}}catch(k){g={status:Oa(k,"code")?k.code:13,value:{message:k.message}}}return nf(g)});; return this.se_exportedFunctionSymbol.apply(null,arguments);}).apply(window, arguments);}
|