Skip to content

refactor(webdriver): simplify direct connect capabilities check and logging - #1302

Merged
KazuCocoa merged 1 commit into
appium:masterfrom
Dor-bl:refactor/direct-connect-caps
Sep 14, 2026
Merged

refactor(webdriver): simplify direct connect capabilities check and logging#1302
KazuCocoa merged 1 commit into
appium:masterfrom
Dor-bl:refactor/direct-connect-caps

Conversation

@Dor-bl

@Dor-bl Dor-bl commented Sep 13, 2026

Copy link
Copy Markdown
Contributor

Description

Simplifies the direct connect capabilities validation and debug message construction in _update_command_executor:

  • Replaces iterative string concatenation with an idiomatic generator expression (' '.join(...)).
  • Passes self.caps directly to issubset() instead of creating an intermediate set(self.caps), querying the dictionary keys directly.

@KazuCocoa
KazuCocoa merged commit e23dc47 into appium:master Sep 14, 2026
11 checks passed
@Dor-bl
Dor-bl deleted the refactor/direct-connect-caps branch September 14, 2026 05:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants