Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.4.4

Request #16756 $sessionId should be accessible
Submitted: 2009-11-02 04:10 UTC
From: romulusnr Assigned:
Status: Open Package: Testing_Selenium (version 0.4.3)
PHP Version: 5.3.0 OS: Any
Roadmaps: (Not assigned)    
Subscription  


 [2009-11-02 04:10 UTC] romulusnr (Keith Tyler)
Description: ------------ We should be able to access the current sessionId. I don't know why Testing_Selenium->sessionId is marked private. Protected would allow testing subclasses to look up $this->sessionId. Alternately a get method $this->getSessionId() would suffice so that you can't mess with the sessionId. (But then again perhaps people want to do that!)

Comments