ver Mar20th

fixed a bug in _create_pywinauto_node
This commit is contained in:
David Chang
2024-03-20 14:25:09 +08:00
parent 25dae64fa6
commit 6149061621
2 changed files with 4 additions and 2 deletions

View File

@@ -21,7 +21,7 @@
"type": "launch",
"parameters": {
"command": [
"google-chrome",
"C:\Program Files\Google\Chrome\Application\chrome.exe",
"--remote-debugging-port=1337"
]
}