multithreading – how to do Cross browser parallel script execution (Selenium Python)


So i have a single python selenium script which got a single login to a website workflow
what i want now is execute the same script parallelly across different browser at same time ex. chrome, firefox and edge
Parallel execution across different web browser implementation is required
any suggestions how to implement this?
as i was able to find parallel execution tutorial on selenium python but its on same browser
what i am looking for is parallel script execution across different browsers

PLEASE NOTE: i dont want to execute this script in selenium grid as it requires different machines… i just want this to be executed in local

i was able to find parallel execution tutorial on selenium python but its on same browser
what i am looking for is parallel script execution across different browsers



Source link

Leave a Comment