simoben
unread,Jul 2, 2008, 5:38:13 AM7/2/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to watij
it is ok.
i fount the solution.
ie.frame(1).textField(name,"NUM_CARTE_OUV").set("122");
Thank you
But i have still one problem.
When i want to test if my texField exis, it doesn't work.
if
(ie.frame(1).htmlElements().textField(name,"NUM_PLACEUR").exists()) {
ie.frame(1).textField(name,"NUM_CARTE_OUV").set("122");
}
But it doesn' work.
Some help please