I am having a difficult time installing an extension on an existing profile folder. It appears to install but does not activate. Created a loop that checks then removes extension and reinstalls.
I found that simply clicking the "refresh" button on the zenno maker fixes this.
Is there a snippet for a simple refresh?
Below does not work but thought something along this line may
I found that simply clicking the "refresh" button on the zenno maker fixes this.
Is there a snippet for a simple refresh?
Below does not work but thought something along this line may
C#:
Tab tab = instance.GetTabByAddress("page-1");
tab.SetActive();
tab.Navigate("chrome-extension://nkbihfbeogaeaoehlefnkodbefgpgknn/home.html#initialize/welcome", "");