Page 1 of 1

Open existing browser tab in Firefox.

Posted: Thu Jun 10, 2021 4:47 am
by shanefox
I need help in creating a test case to open an existing browser tab. Right now I open a new tab with every test case I perform. I would like to have the first test case open a new browser and then log into a website. I want the second test to then use that existing tab to perform an action on the webpage I just logged into in the previous test.

Re: Open existing browser tab in Firefox.

Posted: Thu Jun 10, 2021 6:56 am
by odklizec
Hi,

I'm not quite sure what you mean by "opening existing tab"? In your situation, it should be enough to simply continue with an already opened browser, where it was left of in previous test case? Or am I missing something obvious? Simply don't close browser at the end of test case 1 and don't use OpenBrowser in test case 2 ;)

Re: Open existing browser tab in Firefox.

Posted: Sat Jun 12, 2021 5:34 pm
by shanefox
Thank I realize the mistake I made.