File tree Expand file tree Collapse file tree
Framework/install_handler/android Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ def update_java_path():
7575 """Add Java binaries to PATH and set JAVA_HOME for the current process (following Node.js pattern)."""
7676 java_path = get_java_path ()
7777
78- print ("Updating java path for" )
78+ print ("Updating java path for the current session " )
7979 # Check if java exists
8080 if not java_path .exists ():
8181 print ("Java not found for PATH update." )
Original file line number Diff line number Diff line change 3535from Framework .Built_In_Automation .Web .Selenium .utils import ChromeExtensionDownloader
3636from cryptography .hazmat .primitives .asymmetric import rsa
3737from cryptography .hazmat .primitives import serialization
38+ from Framework .install_handler .android .java import update_java_path
3839from settings import ZEUZ_NODE_PRIVATE_RSA_KEYS_DIR
3940from Framework .install_handler .long_poll_handler import InstallHandler
4041from server .mobile import upload_android_ui_dump
@@ -1337,6 +1338,7 @@ async def main():
13371338
13381339 # Setup Node.js and Appium before other operations
13391340 setup_nodejs_appium ()
1341+ update_java_path ()
13401342
13411343 update_outdated_modules ()
13421344 asyncio .create_task (start_server ())
You can’t perform that action at this time.
0 commit comments