bonigarcia/webdrivermanager

Gecko driver Cannot read the array length because "<local8>" is null

Closed this issue · 2 comments

im using the latest version (5.9.2)
at this part of code (setup function) :

WebDriverManager.firefoxdriver().clearDriverCache().setup(); <——
WebDriverManager.firefoxdriver().clearResolutionCache().setup();
WebDriverManager.firefoxdriver().setup();

im getting the following exception:

io.github.bonigarcia.wdm.config.WebDriverManagerException: java.lang.NullPointerException: Cannot read the array length because "<local8>" is null

the issue started in the last 2 hours +-, earlier today there was no issue at all.

Please try again. There were an issue related to the online endpoint, which is solved now.

now its solved, thanks a lot @bonigarcia 👑