ver Mar20thv2
fixed bugs in server/main.py (_create_pywinauto_node and get_screen_size) finished migration of a few task configs to Windows fixed bug in python.py
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
"type": "launch",
|
||||
"parameters": {
|
||||
"command": [
|
||||
"google-chrome",
|
||||
"C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe",
|
||||
"--remote-debugging-port=1337"
|
||||
]
|
||||
}
|
||||
@@ -30,9 +30,8 @@
|
||||
"type": "launch",
|
||||
"parameters": {
|
||||
"command": [
|
||||
"socat",
|
||||
"tcp-listen:9222,fork",
|
||||
"tcp:localhost:1337"
|
||||
"ncat.exe", "-k", "-l", "0.0.0.0", "9222",
|
||||
"--sh-exec", "ncat.exe 127.0.0.1 1337"
|
||||
]
|
||||
}
|
||||
},
|
||||
@@ -60,7 +59,7 @@
|
||||
"files": [
|
||||
{
|
||||
"url": "https://drive.usercontent.google.com/download?id=18TvzE8jnULU2g9XJsT-TaPEKcLGNVfu0&export=download&authuser=0&confirm=t&uuid=d914e031-9aa6-431b-81c0-73fcb87af027&at=APZUnTUx56WM_I3gnhHo-eZX__kx:1706158167271",
|
||||
"path": "/home/user/Desktop/form.docx"
|
||||
"path": "C:\\Users\\chenj\\Desktop\\form.docx"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -68,7 +67,7 @@
|
||||
{
|
||||
"type": "open",
|
||||
"parameters": {
|
||||
"path": "/home/user/Desktop/form.docx"
|
||||
"path": "C:\\Users\\chenj\\Desktop\\form.docx"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user