I can get an element's ID in Selenium with ((RemoteWebElement) webElement).getId()
, which returns a string like this:
{e9b6a1cc-bb6f-4740-b9cb-b83c1569d96d}
I wonder about the origin of that ID. I am using the FirefoxDriver()
, so is this Firefox related maybe?
Is there a way to select an element with Jquery only by knowing this ID?