Skip to content

Commit cb39903

Browse files
erustusagutuKazuCocoa
authored andcommitted
[RD-34891] Assign w3c property on the command executor. (#382)
1 parent 5c1baf5 commit cb39903

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appium/webdriver/webdriver.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ def start_session(self, capabilities, browser_profile=None):
226226

227227
# Double check to see if we have a W3C Compliant browser
228228
self.w3c = response.get('status') is None
229+
self.command_executor.w3c = self.w3c
229230

230231
def _merge_capabilities(self, capabilities):
231232
"""

0 commit comments

Comments
 (0)