abdul-florez
Results
1
comments of
abdul-florez
I have to work around particular situations, removing the target attribute with clientFunction and then clicking the element. ``` ClientFunction((locator) => { const element = document.querySelector(locator); element.removeAttribute("target"); }); ``` Also,...