Is there an easy way to capture a firefox browser address(url) in c++? I'm trying to check if a page pops up after a click event, the test address is known and static.
Any help would be greatly appreciated, thanks!
Is there an easy way to capture a firefox browser address(url) in c++? I'm trying to check if a page pops up after a click event, the test address is known and static.
Any help would be greatly appreciated, thanks!
You'll probably get more help if you post this in the Web Development section..or the C++ section :)
This is how you can do it
http://www.webcheatsheet.com/ASP/get_current_page_url.php
Kind Regards
Vuyiswa Maseko
This is how you can do it
http://www.webcheatsheet.com/ASP/get_current_page_url.php
This has nothing to do with C++...
If on windows, to get current URL, use Win32 api (Shell and others)
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.