This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Description
Some of the examples provided in Protractor API docs should be updated to include how to use the API methods with async/await.
http://www.protractortest.org/#/api
It will be helpful if async/await examples are provided for below API methods. I use some of the API methods extensively in my code, refactoring the code to make it work with async/await.