Wednesday, February 9, 2022

Going to write about Selenium with Python

 Hi All,

From yesterday I have started to learn about the Selenium with Python.

I am going to write down the blog and step by step methods.

I am going to spend each one hour on learning the selenium with python.

I will update all the tips and tricks which i followed and found out.

I hope I will update the blog without fail.

Thanks


How to Get files from the directory - One more method

 import os import openpyxl # Specify the target folder folder_path = "C:/Your/Target/Folder"  # Replace with the actual path # Cre...