Protractor browser.sleep() is not getting executed

Protractor browser.sleep() is not getting executed

Hi,

I am writing Protractor test cases to test AngularJS application. Due to some reason sleep is not working.

I am using the command:

browser.sleep(50000);

It does not seems to work.

Thanks

View Answers

May 14, 2017 at 8:35 PM

Hi,

I have checked its working. Following code is fine:

browser.sleep(35000);

Its waiting for some time.

Thanks









Related Tutorials/Questions & Answers:

Ads