Visual Studio hangs on instance methods after installing extension

Регистрация
16.05.2014
Сообщения
145
Благодарностей
23
Баллы
18
1. Create fresh project in Project Maker.
2. Create new Visual Studio Solution in Project Maker.
3. Add:


C#:
        public int Execute(Instance instance, IZennoPosterProjectModel project)
        {
            int executionResult = 0;
            instance.ClearCache();
            instance.ClearCookie();
            instance.InstallCrxExtension(@""); // << Ublock Origin
            instance.MainTab.Navigate("https://whatismyip.com");
            return executionResult;
        }
4. Start in Visual Studio several times.
5. Notice it hangs.

I think it happens only with Ublock Origin
See https://zenno.club/discussion/threads/ublock-origin-bugs-zennoposter.119715/

It doesn't happen in Project Maker.

It doesn't happen when executing solution from Project Maker.
Ublock blocking some requests between Visual Studio and Project Maker?
 

VladZen

Administrator
Команда форума
Регистрация
05.11.2014
Сообщения
22 440
Благодарностей
5 905
Баллы
113
Does it happen with latest ZennoPoster versions and up-to-date Ublock extension?
No way to use some similar extension instead?
 
  • Спасибо
Реакции: mikakojonkowski
Регистрация
16.05.2014
Сообщения
145
Благодарностей
23
Баллы
18

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