Skip to content

Commit

Permalink
fix(appium-tizen-tv-driver): update dependency appium-chromedriver to…
Browse files Browse the repository at this point in the history
… v5.6.38 (#512)

* fix(appium-tizen-tv-driver): update dependency appium-chromedriver to v5.6.38

* fix build issue temp

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Kazuaki Matsuo <fly.49.89.over@gmail.com>
  • Loading branch information
renovate[bot] and KazuCocoa authored Mar 8, 2024
1 parent 3bd96a3 commit e714314
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 65 deletions.
147 changes: 83 additions & 64 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions packages/appium-tizen-tv-driver/lib/driver.js
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,7 @@ class TizenTVDriver extends BaseDriver {
if (!this.#chromedriver) {
throw new Error('Chromedriver is not running');
}
// @ts-ignore
return await this.#chromedriver.sendCommand(endpointPath, 'POST', {
script: wrappedScript,
args: args ?? [],
Expand Down Expand Up @@ -458,6 +459,7 @@ class TizenTVDriver extends BaseDriver {
}
log.debug(`Stopping chromedriver`);
// stop listening for the stopped state event
// @ts-ignore
this.#chromedriver.removeAllListeners(Chromedriver.EVENT_CHANGED);
try {
await this.#chromedriver.stop();
Expand Down
2 changes: 1 addition & 1 deletion packages/appium-tizen-tv-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@appium/types": "0.13.4",
"@headspinio/tizen-remote": "^0.5.1",
"appium-chromedriver": "5.5.1",
"appium-chromedriver": "5.6.38",
"asyncbox": "2.9.4",
"bluebird": "3.7.2",
"get-port": "5.1.1",
Expand Down

0 comments on commit e714314

Please sign in to comment.