Skip to content

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

Open
Dor-bl wants to merge 1 commit into
appium:masterfrom
Dor-bl:refactor/direct-connect-caps
Open

refactor(webdriver): simplify direct connect capabilities check and logging#1302
Dor-bl wants to merge 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.

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.

1 participant