All Posts

Basic Data Cleaning techniques
Basic Data Cleaning techniques
VimalJul 8, 20202 min read

Data cleaning can be a monotonous process in the Machine Learning project. The steps and techniques for data cleaning will not be similar for every dataset. Without proper data, it will be time-consuming to see…

browser, web, www
Open Chrome browser with network set to CELLULAR4G using Selenium 4, Chrome Devtools and JAVA
GokulJun 14, 20204 min read

Versions used while doing this blog post, (These are the prerequisites to automate chrome browser. Browser and driver versions should match)selenium-java version – 4.4.0chrome browser version – 105chrome driver version – 105 [used WebDriverManager library…

browser, web, www
Open Chrome browser with network set to offline using Selenium 4, Chrome Devtools and JAVA
GokulJun 14, 20204 min read

Versions used while doing this blog post, (These are the prerequisites to automate chrome browser. Browser and driver versions should match)selenium-java version – 4.4.0chrome browser version – 105chrome driver version – 105 [used WebDriverManager library…

analytics, information, innovation
Reading console logs of Chrome browser using Selenium 4, Chrome Devtools and JAVA
GokulJun 14, 20203 min read

Versions used while doing this blog post, (These are the prerequisites to automate chrome browser. Browser and driver versions should match)selenium-java version – 4.4.0chrome browser version – 105chrome driver version – 105 [used WebDriverManager library…