Is it possible to begin a script with a Browser already opened?

From what im aware, thats your only option. The test case will only run in a instance of the driver, not just any old browser window. I guess what you could do to save some time is place all your child test cases into a parent test case and just run from there for the parent test case? would save time from having to repeat for each test case.

There may be a different route you could take, ill ask for some help from others

@Brandon_Hein @Russ_Thomas @devalex88

1 Like