interactive-brokers-api icon indicating copy to clipboard operation
interactive-brokers-api copied to clipboard

No api automatic login for paper account

Open hughandersen opened this issue 1 year ago • 0 comments

Thanks, nice code. I don't think ibc\utils\auth.py\login function calls selenium even if _use_selenium=True

login function calls _startup_gateway function and the last line is webbrowser.open(url='https://localhost:5000') which just opens the browser, no credentials are passed to the page

hughandersen avatar Mar 27 '24 07:03 hughandersen