Use your own click method to make your test automation more robust and reliable

Imran Ali
Level Up Coding
Published in
2 min readMar 29, 2023

--

Using your own click method can save you headaches and result in more test stability

Photo by Kelly Sikkema on Unsplash
Photo by Kelly Sikkema on Unsplash

There are multiple subsets of the click action — left-click, right-click, double-click, drag, drop, etc. This article will focus on the most commonly used action which is the left-click

native selenium click()

--

--