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
[java] Fixing null pointer exception in RemoteWebDriver instantiated by no-arg constructor.
When driver object created using default constructor, capabilities is null, results in null pointer exception in executeScript().
Signed-off-by: Alexei Barantsev <[email protected]>
0 commit comments