On Wed, Jun 5, 2013 at 5:52 PM, Jim Bailey <[email protected]> wrote:
> For now, can I forget about the properties file, and have the Watir script > put the url directly in the address bar? > Sure, try this: b.goto(URI.escape " http://FooBar.com/Portal/quote?source=club&clubcode=412&state=CA&zipcode=90210<http://foobar.com/Portal/quote?source=club&clubcode=412&state=CA&zipcode=90210> ") or b.goto " http://FooBar.com/Portal/quote?source=club&clubcode=412&state=CA&zipcode=90210<http://foobar.com/Portal/quote?source=club&clubcode=412&state=CA&zipcode=90210> " Željko -- -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected] --- You received this message because you are subscribed to the Google Groups "Watir General" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
