You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 18, 2026. It is now read-only.
selfobj.private.url = "http://127.0.0.1:"..selfobj.private.port
local command = "%s --port=%d &"
command = command:format(props.chromedriver_command, props.port)
print("Starting chromedriver with command: " .. command)
local ok = os.execute(command)
if ok then
error("Failed to start chromedriver with command: " .. command)
end
else
Nesse private.port deveria inicialmente receber o valor de props.port
if props.port then
Nesse private.port deveria inicialmente receber o valor de props.port