Skip to content

Commit

Permalink
Updating IE driver version resources and change log for 2.52 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimevans committed Feb 12, 2016
1 parent 6cd2515 commit 7148685
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 6 deletions.
14 changes: 8 additions & 6 deletions cpp/iedriver/Generated/atoms.h
Original file line number Diff line number Diff line change
Expand Up @@ -8829,12 +8829,14 @@ const wchar_t* const GET_ATTRIBUTE[] = {
L"(a))throw new sa(15,\"Element is not selectable\");c=\"selected\";d=a.",
L"type&&a.type.toLowerCase();if(\"checkbox\"==d||\"radio\"==d)c=\"checke",
L"d\";return ac(a,c)?\"true\":null}var e=V(a,\"A\");if(V(a,\"IMG\")&&\"s",
L"rc\"==d||e&&\"href\"==d)return(c=bc(a,d))&&(c=ac(a,d)),c;e=nc[b]||b;if",
L"(0<=ma(oc,d))return(c=null!==bc(a,b)||ac(a,e))?\"true\":null;var f;try",
L"{f=ac(a,e)}catch(h){}null==\nf||da(f)?c=bc(a,b):c=f;return null!=c?c.t",
L"oString():null});; return this._.apply(null,arguments);}.apply({naviga",
L"tor:typeof window!=undefined?window.navigator:null,document:typeof win",
L"dow!=undefined?window.document:null}, arguments);}",
L"rc\"==d||e&&\"href\"==d)return(c=bc(a,d))&&(c=ac(a,d)),c;if(\"spellche",
L"ck\"==d){c=bc(a,d);if(null!==c){if(\"false\"==c.toLowerCase())return\"",
L"false\";if(\"true\"==c.toLowerCase())return\"true\"}return ac(a,\nd)+",
L"\"\"}e=nc[b]||b;if(0<=ma(oc,d))return(c=null!==bc(a,b)||ac(a,e))?\"tru",
L"e\":null;var f;try{f=ac(a,e)}catch(h){}null==f||da(f)?c=bc(a,b):c=f;re",
L"turn null!=c?c.toString():null});; return this._.apply(null,arguments)",
L";}.apply({navigator:typeof window!=undefined?window.navigator:null,doc",
L"ument:typeof window!=undefined?window.document:null}, arguments);}",
NULL
};

Expand Down
9 changes: 9 additions & 0 deletions cpp/iedriverserver/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ available via the project downloads page. Changes in "revision" field indicate
private releases checked into the prebuilts directory of the source tree, but
not made generally available on the downloads page.

v2.52.0.0
=========
* Release to synchronize with release of Selenium project.
* Updates to JavaScript automation atoms.
* (on behalf of Anton Usmansky) Added ie.enableFullPageScreenshot capability
to allow users to create screenshots of only the current view port. The
capability defaults to true, which preserves the original behavior of
resizing the browser window and taking a screenshot of the full page.

v2.51.0.0
=========
* Release to synchronize with release of Selenium project.
Expand Down
Binary file modified cpp/iedriverserver/IEDriverServer.rc
Binary file not shown.
Binary file modified cpp/prebuilt/Win32/Release/IEDriverServer.exe
Binary file not shown.
Binary file modified cpp/prebuilt/x64/Release/IEDriverServer.exe
Binary file not shown.

0 comments on commit 7148685

Please sign in to comment.