We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 76a2973 + 8fa4f75 commit bc9cd42Copy full SHA for bc9cd42
1 file changed
tools/display.py
@@ -642,10 +642,7 @@ def _restore_hdr(self):
642
643
def _start_driver(self):
644
"""Start WinAppDriver and connect with Root desktop session."""
645
- self._call(
646
- [(self.dut_exec_path + "\\WindowsApplicationDriver\\WinAppDriver.exe"),
647
- (self.dut_ip + " " + self.app_port)],
648
- blocking=False)
+ self._call([(self.dut_exec_path + "\\WindowsApplicationDriver\\WinAppDriver.exe"), (self.dut_resolved_ip + " " + self.app_port + " /forcequit")], blocking=False)
649
time.sleep(2)
650
driver = self._launchApp({"app": "Root"})
651
driver.implicitly_wait(10)
0 commit comments