Load URLs In Multiple Tabs

tinear10

Client
Регистрация
03.01.2012
Сообщения
14
Благодарностей
1
Баллы
1
Hello,

I am trying to do the following -

1. Open and activate 5 tabs
2. Load URLs in each of the 5 tabs without Zennoposter waiting for each tab to load (in order).

I have tried to build this template but I can only accomplish this by tab one loading, then tab two, then tab three and so on.

Any ideas?

Thank you very much for your help.
 

lokiys

Moderator
Регистрация
01.02.2012
Сообщения
4 771
Благодарностей
1 184
Баллы
113
If i understand you right then you can not make active 5 tabs in the same time.
You can not do that in simple firefox browser. Do you ?

You can add five tabs but then you should define in with tab you wan to open exact url.
But i'm not sure what you talking about waiting time. Zenno will do that in 1 sec :-)
 
  • Спасибо
Реакции: Pierre Paul Jacques

tinear10

Client
Регистрация
03.01.2012
Сообщения
14
Благодарностей
1
Баллы
1
Thank you for your reply Lokiys,


I can make Zennoposter open 5 tabs. I can also make Zennoposter go to a url in the correct tab. My issue is that I have to wait for a URL in tab "one" to load before I can have a URL load in tab "two".

Is there a way to open 5 tabs and have URLs load in all five at the same time instead of loading on order?

Thank you
 
  • Спасибо
Реакции: Pierre Paul Jacques

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 707
Баллы
113
  • Спасибо
Реакции: Pierre Paul Jacques

Pierre Paul Jacques

Активный пользователь
Регистрация
08.10.2023
Сообщения
126
Благодарностей
34
Баллы
28
I don't know if i should creat a new post or use this one...

10 years later i got the same situation maybe it is possible now?

Thank by advance
113783
 

myndeswx

Client
Регистрация
15.05.2017
Сообщения
422
Благодарностей
98
Баллы
28
You could create a C# cube and don't wait for the page to fully load like this -

C#:
Tab tab1 = instance.NewTab("1");
tab1.Navigate("https://www.youtube.com/watch?v=9ba3coWgSPg");

Tab tab2 = instance.NewTab("2");
tab2.Navigate("https://www.youtube.com/watch?v=9ba3coWgSPg");

Tab tab3 = instance.NewTab("3");
tab3.Navigate("zhttps://www.youtube.com/watch?v=9ba3coWgSPg");

Tab tab4 = instance.NewTab("4");
tab4.Navigate("https://www.youtube.com/watch?v=9ba3coWgSPg");
 
  • Спасибо
Реакции: Pierre Paul Jacques

Pierre Paul Jacques

Активный пользователь
Регистрация
08.10.2023
Сообщения
126
Благодарностей
34
Баллы
28
Perfect & Thank you so Much!
It's work more efficient in this way


PS : Great set by the way
113784
 
  • Спасибо
Реакции: myndeswx

lokiys

Moderator
Регистрация
01.02.2012
Сообщения
4 771
Благодарностей
1 184
Баллы
113

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)