We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 897a363 commit c872c37Copy full SHA for c872c37
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eyes.selenium",
3
- "version": "0.0.55",
+ "version": "0.0.56",
4
"description": "Applitools Eyes SDK For Selenium JavaScript WebDriver",
5
"author": "Applitools Team <team@applitools.com> (http://www.applitools.com/)",
6
"keywords": [
src/Eyes.js
@@ -86,7 +86,7 @@
86
87
//noinspection JSUnusedGlobalSymbols
88
Eyes.prototype._getBaseAgentId = function () {
89
- return 'selenium-js/0.0.55';
+ return 'selenium-js/0.0.56';
90
};
91
92
function _init(that, flow) {
0 commit comments