Node.js - getting value of a promise

Hello

I am debugging node.js and breaking inside an async function.  I want to evaluate the result of :

await browser.elements("//div[@id='statementLines']")

And be able to inspect the result in a watch.   How can I achieve this?  it is a valid statement in code.. I just want to be able to inspect the result while debugging.

1
1 comment

No currently possible, please follow https://youtrack.jetbrains.com/issue/WEB-20287 and linked tickets for updates

0

Please sign in to leave a comment.