You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 29, 2018. It is now read-only.
I use sendkeys on a certain input field, but the keys are actually writter in the address
bar.
What steps will reproduce the problem?
1. Get the page http://www.barrheadtravel.co.uk/
2. Find the input element by xpath //*[@id='1']
3. Execute:
actions.moveToElement(element).click().perform();
actions.sendKeys("text").perform();
What is the expected output? What do you see instead?
The input field remains untouched, but the "text" is appended to the address bar on
the browser.
Selenium version: 2.35.0
OS:Ubuntu 12.04
Browser: Firefox
Browser version: 18.0.1