i want to get the value in value="" which is 448CA236139FF2A5D7C40CE327779F49 and put it in variable to use it in other class
<input type="hidden" name="Idsession" value="448CA236139FF2A5D7C40CE327779F49" xpath="1" style="">
i tried
WebElement ids = driver.findElement(By.name("Idsession"));
String cookie=ids.getAttribute("innerText");
didn't worked