Published onMay 25, 2024How to use Pytest to write and run automated tests for web applications#Pytest#Python#Testing#Automation#seleniumUsing Pytest to write and run automated tests for Python applications.
Published onNovember 1, 2023How to click a element in svg with selenium#selenium#svgSometimes we need to click a element in svg with selenium, but it is not easy to do that. This article will show you how to do that.