English 中文(简体)
How i can track Safari activity from my application
原标题:

I have to develop an application to monitor Safari activity like all open url , tabs on particular window and loding time of particular url.

I also need to track online streaming that is happening on particular opened htmm page

URL of streaming source, which player is being used for streaming and all other basic information which opened page contains.

问题回答

I have to develop an application to monitor Safari activity like all open url , tabs on particular window and loding time of particular url.

You can ask Safari for the first two things via AppleScript; the latter is in the Element Inspector, but I m not sure why you would want it in another application.

I also need to track online streaming that is happening on particular opened htmm page

That s a separate question, so you should post it separately.





相关问题
Font Rendering between Mozilla and webkit

I m not sure if this has anything to do with the recent Safari update, but I m beginning to notice this a lot. There is a drastic difference in the way each browser is rendering fonts. for instance, ...

How i can track Safari activity from my application

I have to develop an application to monitor Safari activity like all open url , tabs on particular window and loding time of particular url. I also need to track online streaming that is happening on ...

Drop down background url in Safari Issue

selectBox.selectCSS { background: url(/Images/replacementSelectBackground.png) top left no-repeat height:auto; } I have an issue in Safari only where the image is not rendering on top ...

CSS specific for Safari

How do you target specifically safari in css with styles?

How to get a flash url in a webpage using a webframe?

As we know , When we load frame from webpage of safari, we will invoke the delegate methods of webkit informal protocol(WebFrameLoadDelegate): webView:didStartProvisionalLoadForFrame: webView:...

热门标签