I've recently run into a problem working with selenium where calling clear()
on a custom text box causes issues when entering text later in the test. The text box does check for (JavaScript
) browserEvents
, particularly keyDown
events. I tried figuring out what clear()
does to see if that could be affecting things, but I can't seem to find any specifics.
The source for the Selenium Java bindings shows that clear()
does not use keyboard or mouse simulation to clear away the text from the text box. So what does it do, exactly?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…