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.
local ok = os.execute(command)
if ok then
error("Failed to start chromedriver with command: " .. command)
end
Não dá para criar um chromedriver passando a flag de porta, pois se excutar corretamente ele retorna um error.
@mateusmoutinho