Skip to content
This repository was archived by the owner on Nov 29, 2018. It is now read-only.
This repository was archived by the owner on Nov 29, 2018. It is now read-only.

sendkeys() writes in the browser address bar instead of the input field #6368

@lukeis

Description

@lukeis

Originally reported on Google Code with ID 6368

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




Reported by giovannigrasso on 2013-10-04 21:34:46

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions