A
A
Ainvain2016-03-30 12:15:17
Google Chrome
Ainvain, 2016-03-30 12:15:17

How to automate the opening of browser windows?

At my job, I need to keep a lot of web applications open and have quick access to them. I work terminally on Windows Server 2012 R2. Each time it takes 5-10 minutes to open about 15 windows and tabs in a strictly defined sequence - each page must be in a certain place, where I remember it. I open one site in Chrome incognito, another six - in separate IE windows. Another IE window with 5-6 tabs again in sequence. Moreover, this window is pinned to the taskbar and therefore displayed on it from the favicon of the site, another IE window, also pinned to the taskbar (it’s better, of course, to pin each one like this, it’s easier to navigate, but it’s difficult). Doing this is a chore, I want to write a .bat file that automates this business. If everything is clear with the opening of separate windows of chrome and donkey, then it’s not clear how to open several tabs in one window, but pinning it to the taskbar so that the icon by the window can be seen is completely impossible. Is there a way?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Alexey, 2016-03-30
@Ainvain

"c:\path\chrome.exe" --new "url1" "url2"
--incognito - for incognito mode.
how to fix xs

Y
Yuri Chudnovsky, 2016-03-30
@Frankenstine

Wouldn't it be easier to use the session manager for Firefox? :)

R
res2001, 2016-03-30
@res2001

vbs/js is a standard feature in Windows, why cover it up?
Besides look towards autoit or nircmd.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question