On Jun 6, 6:27 am, Jim Bailey <
jbailey...@gmail.com> wrote:
> Neither of those worked. For now I am using this:
>
> b.goto(properties.getUrl.gsub("\n",'') + 'source=' +
> properties.getSource.gsub("\n",'') + '&' + 'xyzclubcode=' +
> properties.getxyzclubcode.gsub("\n",'') + '&' + 'state=' +
> properties.getState.gsub("\n",'') + '&' + 'zipcode=' +
> properties.getZipcode.gsub("\n",''))
> With some changes to my .rb file.
>
> And a reformatting of the .txt properties file to:
>
> url=
http://Foo.Bar.com/Portal/quote?
> source=club
> xyzclubcode=212
> state=VA
> zipcode=20109
>
> I'll try to get back to this issue for a better answer.
>
> The links you sent earlier were somewhat helpful but I could not figure out
> how to transform the information into usable commands.
> I learned the %3D should replace the = sign.
>
>
>
>
>
>
>
>
> > On Wed, Jun 5, 2013 at 5:52 PM, Jim Bailey <
jbailey...@gmail.com> 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 "
. In short: search