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
I have following code:
driver.manage().timeouts().implicitlyWait(30, TimeUnit.SECONDS);
But this is throwing below errror:
'setTimeout' is not valid or implemented command.
I have following code:
driver.manage().timeouts().implicitlyWait(30, TimeUnit.SECONDS);
But this is throwing below errror:
'setTimeout' is not valid or implemented command.
I am using java binding for Winium.