Skip to content Skip to sidebar Skip to footer
Showing posts with the label Protractor

How To Click On Hidden Element In Protractor?

I have an element which is visible only when I hover over it. I've written following code to ho… Read more How To Click On Hidden Element In Protractor?

Drag & Drop With Protractor By Repeater

There are a few questions similar to this one & and I have read them all. However I still can&… Read more Drag & Drop With Protractor By Repeater

How To Enable Private Browsing For Safari In The Protractor Configuration

I've been searching for a way to enable private browsing for Safari in the protractor conf file… Read more How To Enable Private Browsing For Safari In The Protractor Configuration

Is There A Configuration In Cucumberjs To Take Screenshot On Error?

using CucumberJS Is there an option or configuration to capture screenshot on error after the execu… Read more Is There A Configuration In Cucumberjs To Take Screenshot On Error?

Element Is Not Currently Visible And So May Not Be Interacted With When Clicking A Button

My Protrator code is element(by.dataHook('delete-button')).click(); Getting: Element is … Read more Element Is Not Currently Visible And So May Not Be Interacted With When Clicking A Button

Spreading Promises In Protractor

q library has this neat feature to resolve and spread multiple promises into separate arguments: I… Read more Spreading Promises In Protractor

How To Take Screenshot Of Entire Page In Protractor?

Following Protractor API documentation there should be a way to take screenshot of entire page, not… Read more How To Take Screenshot Of Entire Page In Protractor?

Executing .exe File Using Node Runs Only Once In Protractor

I write some tests using jasmine and protractor i want in the @beforeeach to execute .exe file usin… Read more Executing .exe File Using Node Runs Only Once In Protractor