Category
Archives
- January 2023 (4)
- November 2022 (2)
- October 2022 (6)
- May 2021 (6)
- November 2020 (2)
- September 2020 (1)
- August 2020 (7)
- July 2020 (1)
- June 2020 (3)
- May 2020 (3)
- April 2020 (6)
- March 2020 (2)
- February 2020 (3)
- January 2020 (3)
Search Post by keyword
All Posts
Start and Stop Appium server programatically using LocalService in JAVA
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
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
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…
Invoke Chrome browser using Selenium and Python
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…