On Fri, Jan 17, 2020 at 2:18 AM Velu Narasimman <[email protected]> wrote:
> I want to achieve this without making a HTTP request from browser. I guess > the chrome.get_navigation_items will work only if there is a web request. > Isn't it? Otherwise, I wish to make it without authenticating/bypassing > authentication and everything within a python script file. Is this > possible? Please share me your ideas. > Yes, you can use from Python. The samples shown are part of the Trac API. You'll need to Mock out the Request object. -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/trac-users/CA%2BBGpn9OqFziTusTE0_LaVUxc1VRbb1k6e3_XF6yQKxOa9P8uQ%40mail.gmail.com.
