Arjun Chikara
Arjun Chikara
Hey, Have you tried the solution on some test cases ? I ran this over a test case which is browser.element.find('.invalid_selector').getProperty('innerHTML'); In my case it still didn't suppress the further...
ohh my bad! So if I got this right, the solution would basically suppress the error thrown by find in case there was an error in the command before it...
As far as my understanding goes with this, @garg3133 is right. The way queuing works in nightwatch is that if all the child nodes of a parent node are resolved,...
On further inspection about why when waitUntil throws an error, the execution stops in case we are chaining commands but it move forwards in case of individual commands, we can...