Hope if someone could help. I am working on an Angular based application. I am automating my End to End tests with the help of Protractor. I have a global variable set in my Application called "selectedPlatform", which conveys, for which platform(iOS/Android) I have my current application build for.
I need to access this variable for me write my test cases accordingly. Any help on this ground is greatly appreciated.
Thanks, Madhan