I am using selenium2 RC with the python client (selenium.py) and I need to get the version of the selenium on the server. (for example “2rc2″,”2rc3” etc.)
is there any command i can send to the server to get its version?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You should be able to get this information from the Selenium object using get_eval.
E.g.