ThreadLocal in Selenium | Selenium Forum
S
Siddharth Rathod Posted on 09/10/2019

Hi,

What is thread local and how to use it in selenium.

when and why to use thread local.


A
Ashish Thakur Replied on 10/10/2019

ThreadLocal is basically used in Selenium Grid for parallel execution.

We need not implement it as the Grid already manages everything efficiently.