How i can enter this input field ??
Posted
by piter
on Stack Overflow
See other posts from Stack Overflow
or by piter
Published on 2010-03-22T09:57:54Z
Indexed on
2010/03/22
10:01 UTC
Read the original article
Hit count: 384
selenium-rc
|java
Hello.
I have a problem with fill the input field on my webaplication.
When i use selenium ide, and record my steps and next play in slow mode - all works good. But when i try to use that when i build a java script i have a problem.
On the selenium ide its looks like that:
selenium.type("//div[@id='startPoint']/div/div[2]/div[2]/input", "krakow");
when i run it on selenium rc i have error like:
ERROR: Element //div[@id='startPoint']/div/div[2]/div[2]/input not found
Anyone know how can i solve that problem ?
(sorry for my eng.)
© Stack Overflow or respective owner