application testing ran into another problem. I need to click the element with exact text, so I found a solution in which I use cssContainingText and each, and then if the statment converts the text to text and selects a specific element, but I think that maybe this is the best solution for this magenta?
Second question: somewhere in stackoverflow I read that
element.click().then(){ dosomething; });
will cause "dosomething"; will work after clicking, I try this and it does not work, how to do it "dosomething"; will be executed after clicking;
protractor
tealang
source share