java - Can a script running off selenium grid interact with the files on the node VM? -
java - Can a script running off selenium grid interact with the files on the node VM? -
i testing website should sending piece of info installed program.
i utilize selenium grid have script running off multiple vms, , utilize selenium automate tasks in website, utilize regular java open log file of programme installed on node vm , check reciept of information.
my question able interact files on node vms using selenium grid or able interact browser?
you not clear on architecture of selenium grid. hubs servers tell clients running on nodes perform actions on browser using chrome/firefox driver. hub should not able execute on node understand.
having said can utilize code to find out ip of node in current session running , remotely execute in machine whatever want using tools psexec , should solve problem.
java selenium selenium-grid
Comments
Post a Comment