[wtr-general] Re: Not able to edit Text Field

2010-01-13 Thread lokesh.agra...@gmail.com
I resolved my problem in 2 ways ie.table(:id, "ivr_template:params").div(:index,1).click ie.send_keys("lokesh") and ie.table(:id, "ivr_template:params").div(:index,1).click ie.text_field(:index,1).set("lokesh") Thanks Prajakta and jw Regards, Lokesh Agrawal On Jan 13, 10:47 pm, jw wrote:

[wtr-general] Re: Not able to edit Text Field

2010-01-13 Thread jw
> even I am able to get the text > ie.table(:id, "ivr_template:params").div(:index,1).text = lokesh or > ie.table(:id, "ivr_template:params")[2][2].text > when you do this ie.table(:id, "ivr_template:params").div(:index,1).text it's just resolving to a string. you have to get hold of the text_