Hi: I\'m writing tests for django with javascript and I was wondering if the Selenium webdriver can access a javascript global variable. mypage has a script tha
mypage
Yes, you should be able to that with code similar to the below:
browser.execute_script("return globalVar;")