- Регистрация
- 16.05.2014
- Сообщения
- 145
- Благодарностей
- 23
- Баллы
- 18
1. Create fresh project in Project Maker.
2. Create new Visual Studio Solution in Project Maker.
3. Add:
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?
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;
}
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?