I am using selenium webdriver (extension yii php-webdriver-bindings) and I am trying to get sessionId browser (the one that will be used for testing). I thought I could get this through a webdriver, but it doesn't seem to be that way. Webdriver has a sessionId, but it is not the one that uses the test browser.
I am trying to log in before starting the test so that my tests are an authenticated user, which will allow them to access the pages that I am testing.
I studied and tested this for several days, and I am at a loss. Any help would be greatly appreciated.
Thank.
source
share