Displaying 1 result from an estimated 1 matches for "plus_yellow".
2008 Jan 15
1
Converting Watir script to Mechanize
....goto(''http://cpref.gsm.com/inter.asp?r=8084'')
ie.text_field(:name, ''inter_string'').set(''Potassium'')
ie.button(:id, ''image1'').click
ie.link(:text, /Potassium/).click
ie.image(:src, ''http://cpref.gsm.com/images/plus_yellow.gif'').click
ie.text_field(:name, ''inter_string'').set(''Xopenex'')
ie.button(:id, ''image1'').click
ie.link(:text, /Xopenex/).click
ie.image(:src, ''http://cpref.gsm.com/images/plus_yellow.gif'').click
ie.text_fie...