Update server script, baseline and running script
This commit is contained in:
@@ -117,7 +117,7 @@ def launch_app():
|
||||
def capture_screen_with_cursor():
|
||||
# fixme: when running on virtual machines, the cursor is not captured, don't know why
|
||||
|
||||
file_path = os.path.join("screenshots", "screenshot.png")
|
||||
file_path = os.path.join(os.path.dirname(__file__), "screenshots", "screenshot.png")
|
||||
user_platform = platform.system()
|
||||
|
||||
# Ensure the screenshots directory exists
|
||||
|
||||
Reference in New Issue
Block a user