All Posts

Find elements with relative locator strategy using Selenium 4 and Python
Find elements with relative locator strategy using Selenium 4 and Python
GokulNov 6, 20223 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 – 4.5.0chrome browser version – 105chrome driver version – 105 (Download link…

code, html, digital
Get the size and location coordinates of a webelement using Selenium 4 and Python
GokulNov 6, 20222 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 – 4.5.0chrome browser version – 105chrome driver version – 105 (Download link…

browser, web, www
Open new tab and window in Chrome browser using Selenium 4 and Python
GokulOct 16, 20222 min read

Many times we thought why selenium doesn’t have options to open new tab or window through code. Now, the wait is over. This feature is added in Selenium 4. Lets see how to work on…

screen capture, screenshot, app
Take screenshot of a webelement using Selenium 4 and Python
GokulOct 16, 20222 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 – 4.5.0chrome browser version – 105chrome driver version – 105 (Download link…