Published in Blibli.com Tech Blog·Dec 29, 2020Improve your UI Test Automation Performance with Dynamic WaitWhen we write our UI test automation, we probably write our test like this open the web page, input something on web page, click to continue, assert the result appears and so on. …5 min read
Published in Blibli.com Tech Blog·Dec 7, 2020How to create custom ExpectedCondition to check whether an element within web viewport & not obstructed by other elements.Hello, if you come to here chances are that you are having a problem with your web automation, where you want to check whether your element is display on the browser viewport and that element is not obstructed by other elements, and that it is not checkable using the usual…Selenium4 min read