Monthly Archives: January 2022

Selenium – remove html element from the DOM

This article will show you how to remove elements from HTML DOM (Document Object Model) when using automated web-browser framework Selenium. Continue reading

Posted in Tutorials | Tagged , , , , , , , | Leave a comment

How to join List String elements with a comma

In this article, we will see three different ways to print string elements of the list into one coherent text. Continue reading

Posted in Language basics | Tagged , | Leave a comment