Hi,
I try to set a value to a hidden Input. But i get the following error
message:
org.openqa.selenium.ElementNotVisibleException: Element is not
currently visible and so may not be interacted with
Build info: version: '2.0.0', revision: '12817', time: '2011-07-07
19:14:34'
System info:
os.name: 'Windows XP', os.arch: 'x86', os.version: '5.1',
java.version: '1.6.0_15'
Driver info: driver.version: RemoteWebDriver
Thats my code:
selenium.findElement(By.name("UseGlobalApproval")).sendKeys("1");
and thats the hidden input:
<input type="hidden" name="UseGlobalApproval" value="0">
Is there any way to interact with a hidden input? Thanks a lot for
your help!