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  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 43 - 38 = ?

 
 [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