Hi
I am using the following code to programmaticall y fill my form
webbrowser.docu ment.getelement byid("txtbox"). setattribute("v alue", "hi")
I am stuck at a point where i need to set the values for select box, check box and radio buttons.
Any help is appreciated.
thanks in advance.
I am using the following code to programmaticall y fill my form
webbrowser.docu ment.getelement byid("txtbox"). setattribute("v alue", "hi")
I am stuck at a point where i need to set the values for select box, check box and radio buttons.
Any help is appreciated.
thanks in advance.
Comment