Vijay Vedachalam

Results 3 comments of Vijay Vedachalam

Well, I too have the same issue Chrome : 62.0.3202.94 Protractor : 5.1.2 Chromedriver 2.35 Selenium server 3.9.1 Since we have constraints to upgrade Chrome, I am still using 62...

//set the local storage Key , value let setLocalStorage = ClientFunction(() => localStorage.setItem('access_token', 'aaa')).with({ boundTestRun: testController }); // retrieve the local storage value - This may not be required but...