Reputation: 3
I'm looking for a way to get the current URL from web browsers such as Chrome, Firefox, or Matlab browser using Matlab code? It it possible to do it?
Upvotes: 0
Views: 375
Reputation: 840
From the matlab web
documentation:
[stat,h,url] = web() % returns the URL of the current page in the MATLAB Web browser.
Upvotes: 2