Skip to content

Commit 4390571

Browse files
committed
chore: bump version
1 parent a7430b5 commit 4390571

File tree

5 files changed

+1178
-1205
lines changed

5 files changed

+1178
-1205
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,4 +517,3 @@ $ npm publish
517517
- https://github.com/appium/appium-flutter-driver/tree/main/finder/kotlin via jitpack
518518
- https://github.com/ashwithpoojary98/javaflutterfinder
519519
- https://github.com/5v1988/appium-flutter-client
520-

driver/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 3.3.0
4+
- Update Appium XCUITest driver dependency to 10.11.0
5+
- Update Appium UIAutomator2 driver dependency to 6.7.1
6+
37
## 3.2.0
48
- Fix log finding retry handling
59
- Update Appium XCUITest driver dependency to 10.4.3

driver/lib/driver.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ class FlutterDriver extends BaseDriver<FluttertDriverConstraints> {
145145
if (this.proxydriver) {
146146
this.log.info('Deleting the proxy driver session.');
147147
try {
148-
await this.proxydriver.deleteSession(this.sessionId);
148+
await this.proxydriver.deleteSession(this.sessionId || undefined);
149149
} catch (e) {
150150
this.log.warn(e.message);
151151
}

0 commit comments

Comments
 (0)