All Posts

computer, laptop, tech
Start and Stop Appium server programatically using LocalService in JAVA
GokulMay 9, 20213 min read

Versions used while doing this blog post,Appium server version : 1.21.0Appium JAVA client version : 7.5.1 As we know, Appium is capable of automating Web, native and hybrid apps in android. In this post, lets…

Find elements with relative locator strategy using Selenium 4 and JAVA
Find elements with relative locator strategy using Selenium 4 and JAVA
GokulMay 2, 20214 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…

Dimensionality Reduction
Dimensionality Reduction
VimalNov 22, 20203 min read

In Machine Learning, Dimensionality is defined as the number of input variables for a dataset.More the input variables, more challenging the model becomes to do the predictive analysis. This phenomenon is called as curse of…

browser, web, www
Invoke Chrome browser using Selenium and Python
GokulNov 15, 20202 min read

Versions used while doing this blog post, (These are the prerequisites to automate chrome browser. Browser and driver versions should match)selenium-python version – 3.141chrome browser version – 86.0.4240chrome driver version – 86 Chrome browser can…