-2

I am using Beautifulsoup using python. I need to switch between tabs of some application. can you please help me on how to switch between tabs in python?

Kokila s
  • 1
  • 2

1 Answers1

0

You probably should use selenium (or some other) to access the code and switch the tabs, and BeautifulSoup to process the code, that is what works for me best. To use selenium you will need an executable, chromedriver for example.

Check out the accepted answer of this link for an example: How do I switch to the active tab in Selenium?

Preto
  • 78
  • 1
  • 6