I want to make python file that gets URL of current website, but cant find any simple way to do it :-(
If its possible (and i guess that it is) can you also write whole code and modules needed?
@WHGhost Yes the current website opened in the browser @Rex_Mundi Sadly i couldnt find anything i could understand :-( I know how to do it in VBS but VBS supports only Internet Explorer thats why i try to do it in python
@bolofecal So i should download Selenium?Havent tried it yet i firts wanted to know if there is some easier way then installing new packages (I am lame at it) but it looks that it should work! Going to try it!
The forum link is easy find in @Rex_Mundi search, maybe you think install a package is complicated but it is simpler than built your own functions. In python you can install a package like this pip install <package name>