Re: [wtr-general] Grab text from one site and find/access it on another site

2012-01-26 Thread Rahul Sharma
You have partially answered your own question except the fact that the variable 
has nothing to do with the site. Just define it in your code an store the 
order_id in it. Open the second site in a new instance of the browser and 
search for the order using the value from the variable :)
On 25 Jan 2012, at 15:35, Jim Henry wrote:

> I have run into a problem that I am unable to resolve on my own.  We
> are creating some content on one of your sites (site 1) which persists
> to another site (site 2).  We then need to log into site 2, find the
> content we created in site 1 and then continue the process on site 2.
> 
> Does anyone know how I can accomplish this task.  I would assume we
> would save some of the text as a variable on site 1 and then somehow
> find it on site 2, but I am not sure.
> 
> Here is an example of the flow:
> 
> 1. An order is created on site 1 (an order id is created)
> 2. Log into site 2 and find the order id
> 3. Click the order id on site 2 and continue adding content to the
> order
> 
> Thanks in advance.
> 
> -- 
> Before posting, please read http://watir.com/support. In short: search before 
> you ask, be nice.
> 
> watir-general@googlegroups.com
> http://groups.google.com/group/watir-general
> watir-general+unsubscr...@googlegroups.com

Regards,
Rahul Sharma

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com


[wtr-general] Grab text from one site and find/access it on another site

2012-01-26 Thread Jim Henry
I have run into a problem that I am unable to resolve on my own.  We
are creating some content on one of your sites (site 1) which persists
to another site (site 2).  We then need to log into site 2, find the
content we created in site 1 and then continue the process on site 2.

Does anyone know how I can accomplish this task.  I would assume we
would save some of the text as a variable on site 1 and then somehow
find it on site 2, but I am not sure.

Here is an example of the flow:

1. An order is created on site 1 (an order id is created)
2. Log into site 2 and find the order id
3. Click the order id on site 2 and continue adding content to the
order

Thanks in advance.

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com