Error:"Element is disabled and so may not be used for action | Selenium Forum
M
Posted on 19/01/2016
Tried to locate google's search field.Used different valid xpaths.
Error:"Element is disabled and so may not be used for actions Command duration "
Solution is-->Use "w.findElement(By.name("q")).sendKeys("types of kindles");"

Query:in firebug there is no element with tag "name"-"q".Name-'q' is from different input tag.
Please help me figure out .Why "q" name works correctly here?

Refer snap attached:
Q is from incorrect input tag.Could you please explain more about this