Open new tab and window in Chrome browser using Selenium 4 and Python
Many times we thought why selenium doesn’t have options to open new tab or window through code. Now, the wait is over. This feature is added in Selenium 4. Lets see how to work on it!! Versions used while doing…