Skip to content

OleksandrPozden/async_webdriver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

async_webdriver

Asynchronous selenium webdriver with safe threads

ThreadPoolExecutor is used to parallelize tasks

loop.run_in_executor allows make webdriver request asynchronously, but not threadsafe

threading.lock.Lock instances acquires lock in each thread and realises when instruction is completed or exited, so it makes it threadsafe

About

Asynchronous selenium webdriver with safe threads

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published