Welcome to the CHICKEN Scheme pasting service
selenium verbosity added by mario-goulart on Wed Jun 1 19:50:20 2011
(with-firefox-webdriver
(firefox-profile-path)
(lambda ()
(get-element-by-id "sim-selected-prod-preco")
(get-element-by-id "sim-conf-container")
(get-element-by-id "sim-prod-summary")
(select-element!
(get-element-by-xpath "//select[@id='estados']/option[@value='RS']"))
(select-element!
(get-element-by-xpath (conc "//select[@id='cidades']/option[@value='Pelotas']")))))