May 12, 20203 minML | Improve tests stability with Machine learningImprove tests stability with Machine learning applied to selenium.
Feb 27, 20202 minTip | Check how frontend app is using your APIBuilding a tool to detect duplicated XHR API requests and console errors with puppeteer,
Feb 17, 20202 minTopic | Page Objects anti-pattern?Page Object pattern for selenium is an anti-pattern? What benefits they give and what are the alternatives to this pattern for selenium
Feb 6, 20201 minTip | Secure type method for input elementsWhen working with selenium, write in elements that are not fully loaded sometimes end up with the text cut.
Feb 3, 20201 minTip | Solution for SeleniumWebdriverException Element is not clickable at point X, YHow to avoid SeleniumWebdriverException, element is not clickable at a point with a simple retry wait method.
Jan 31, 20203 minTopic | AI / ML and codeless solutions for automation testingWhat is behind codeless platforms and the implementation of AI / ML for self-healing and unbreakable locators is changing test automation
Jan 31, 20201 minTip | NullWebElement safe option for notFoundElementSolve null problems with not found elements on selenium with NullWebElement, a safe option for notFoundElement that prevents the exception.
Jan 28, 20202 minTopic | Relative locators breaking the magicSelenium 4 brings Relative Locators or friendly Locators, helping developers to locate elements that are nearby other elements.