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
As is shown by the stacktrace in mozilla/geckodriver#223, Selenium uses the POST method when getting the current active element. It should use GET according to the specification.
I think this is a problem in the RemoteWebDriver, but I’m not sure.
As is shown by the stacktrace in mozilla/geckodriver#223, Selenium uses the POST method when getting the current active element. It should use GET according to the specification.
I think this is a problem in the RemoteWebDriver, but I’m not sure.