Discussion:
[chromium-discuss] Chrome version 68 not able to capture the URL. How to making it single process.
varun khurana
2018-09-21 08:15:54 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.

this code works fine in IE11 and Firefox it worked because I have changed
the config file of Firefox and disabled the multi process.

Code to get find first tab.
AutomationElement elementx = element.FindFirst(TreeScope.Descendants,
conditions);
string url =
((ValuePattern)elementx.GetCurrentPattern(ValuePattern.Pattern)).Current.Value
as string;
--
--
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...