My office environment requires me to use different web browsers based on URLs.
For example, I am required to use firefox for website A, Microsoft Edge for website B and IE for website C. This is because we have over 200+ internal applications with different front end web interface requirements.
How do I open a website in TypeItIn while also specifying the web browser?
Application specific URLs
Re: Application specific URLs
You can specify the program to use to open the URL.
For example, to use Internet Explorer
To use Google Chrome
Microsoft Edge seems to require a full path to the application:
Hope this helps,
Paul.
For example, to use Internet Explorer
Code: Select all
{run iexplore.exe,www.website1.com}
Code: Select all
{run chrome.exe,www.website2.com}
Code: Select all
{run C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe,www.website3.com}
Paul.