Is there a way to get the current url using webbot?
I looked at ways using os.environ, but it didn't work for me.
I need the url of the page I am opening using webbot.Browser(), because some links are redirected and change.
Although the project page and documentation have more spelling errors than my dyslexic cousin's English homework, I expect you're looking for this: get_current_url() here webbot.readthedocs.io/en/latest/webbot.html - from the quality of the examples and documentation, I'd be careful to test things though.
get_current_url()here webbot.readthedocs.io/en/latest/webbot.html - from the quality of the examples and documentation, I'd be careful to test things though.