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?
Asked
Active
Viewed 386 times
-2
-
3What do you mean by "switch between tabs"? – Scott Hunter Jul 03 '19 at 18:37
-
Suppose I am in login tab and need to switch onto the next tab Fufillment tab. How do i do this in python script. Thanks a lot for an immediate reply – Kokila s Jul 03 '19 at 18:43
-
Missing code (no homeworks here, just help to your own efforts) and malformed question – crissal Jul 03 '19 at 18:47
1 Answers
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