Skip to content

Commit

Permalink
feat(selenium/javascript): cleanup driver properly on linux with webk…
Browse files Browse the repository at this point in the history
…itgtk2
  • Loading branch information
bukowa committed Aug 12, 2024
1 parent e1af458 commit d8db0ff
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion selenium/javascript/dist/selenium/cleanup.d.ts.map

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

1 change: 1 addition & 0 deletions selenium/javascript/dist/selenium/cleanup.js

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

2 changes: 1 addition & 1 deletion selenium/javascript/dist/selenium/cleanup.js.map

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

1 change: 1 addition & 0 deletions selenium/javascript/src/selenium/cleanup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ async function cleanupSession(driver: selenium.WebDriver) {
break;
case "linux":
// - https://github.com/tauri-apps/wry/pull/1311/files
await driver.close();
break;
}
}
Expand Down

0 comments on commit d8db0ff

Please sign in to comment.