Discussion:
[chromium-discuss] Disable Chrome 68 Multi-Process manually
varun khurana
2018-09-25 08:55:39 UTC
Permalink
I have installed the chrome 68 on my machine. windows 7 as OS. I have
application called pace to monitor the user activity when user browse the
url from chrome. my application calculate the productive hours and non
productive hours. But when i show in grid title and URL which user visited.
the url is not getting captured. But in case of version 67 of chrome. my
app is working fine and capturing the URL fine and it is working fine in
IE11. Is there any property in version 68 which blocks the capturing of the
URL in windows 7. Is there any flag which stops it. Please let me know
aspa. I m using this code "AutomationElement elementx =
element.FindFirst(TreeScope.Descendants, conditions); string url =
((ValuePattern)elementx.GetCurrentPattern(ValuePattern.Pattern)).Current.Value
as string;" to find the first tab. as all the tabs are active as per chrome
new version that is 68. So it get confused which one is the active tab. As
there is change related to chrome in terms of process. Now it creates
separate process for tabs. How can i disable the multi process property or
setting or flag in chrome. Or how can i fix the issue related to chrome 68,
as it was working fine in version 67. how can i make the chrome single
process. To find active tab in chrome 68 version.

I have fixed this issue in firefox by disabling these property in mozila
config file pref("browser.tabs.remote.autostart", false);
pref("browser.tabs.remote.autostart.2", false);

Do chrome 68 has same property or property in chrome 68 to Disable multi
process manually?? Or How can i find which one is the active tab in chrome
68 using C# code.
--
--
Chromium Discussion mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss

---
You received this message because you are subscribed to the Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discuss+***@chromium.org.
Loading...