how to define setTimeouts in selenium 4
I am using the below settimeout in selenium3 "await driver.manage().setTimeouts({ implicit: 180000, pageLoad: 180000, script: 180000 }) " is it acceptable in selenium 4 also ?