sjanard
sjanard
The issue occurs in latest version as well
I think i have added enough details, please let me know if more details are needed
``` import org.openqa.selenium.By; import org.openqa.selenium.WebElement; import org.openqa.selenium.remote.RemoteWebDriver; import org.openqa.selenium.remote.DesiredCapabilities; import java.net.URL; public class LinkedHashMapBugReproducer { public static void main(String[] args) throws Exception { // Setup RemoteWebDriver (BrowserStack or Selenium Grid)...
**findElement** sometimes returning LinkedHashMap instead of WebElement - so they suspect this could be an issue with selenium.