I need to create a following testcase in selenium and seek help 1.Open a site http://foo.bar in browser 2. log to site 3. select some content and store in a variable (this can be done through selenium storeValue) 4. Open another site http://baz.bar 5. login into site 6. use the stored content to search in that site
My question is which selenium command will correspond to step 6.
I have racked my brain going through selenium reference and am failing to find this particular command.