Two driver In a simulator android session

I want to create android driver and web driver in a single session …At the first I make android driver and I click on a link on my app and then browser’s opened. from now till I close this page I want to use other driver that can read html files of this browser.
it is nt allowing to create both .
This is the first one driver = … which login to my app and this is the second one that I have problem :
driver2 = webdriver.Chrome(appium_url_2,desired_caps_2)
Can someone help me ?!