safari-web-inspector

Display cookies in request headers in Safari 7

谁说胖子不能爱 提交于 2020-05-26 11:45:25
问题 When examining request headers in Chrome or Opera using their default console, I can see in the request headers what cookies have been sent to the server and if server is trying to set a cookie, I can also see Set-Cookie header. However, in Safari 7.1.2 I don't see these information, but I see other information such as Accept,, User-Agent, Referer etc. Do I need to enable something to see the cookies in the Safari's console? How can I view cookies that are being sent together with the request

Safari web inspector is only showing Sources, Console and Audit

霸气de小男生 提交于 2020-04-13 03:55:14
问题 After upgrading to Xcode 11.3.1, I am having problems using Safari web inspector with the iOS 12.1 simulator. Every time that I run an app inside of an iOS 12.1 simulator device, it will show up in the Safari debug menu and allow me to connect to it, but the only tabs I will see are Sources, Console and Audit. Here is a screenshot of the inspector attached to an instance of the Safari browser inside of the simulator. Is there any way to resolve this? Environment: MacOS 10.14.6 (18G95) Xcode

Safari web inspector is only showing Sources, Console and Audit

那年仲夏 提交于 2020-04-13 03:55:10
问题 After upgrading to Xcode 11.3.1, I am having problems using Safari web inspector with the iOS 12.1 simulator. Every time that I run an app inside of an iOS 12.1 simulator device, it will show up in the Safari debug menu and allow me to connect to it, but the only tabs I will see are Sources, Console and Audit. Here is a screenshot of the inspector attached to an instance of the Safari browser inside of the simulator. Is there any way to resolve this? Environment: MacOS 10.14.6 (18G95) Xcode

Can't see Safari developer Timeline's Memory Instrument

点点圈 提交于 2020-01-14 09:11:20
问题 I am trying to analyze web app memory usage in a Safari browser. I read in several sites that Safari's Web Inspector Timeline can be used to analyze web app memory, but I don't see a Memory option. Here's what I see: Here are the sites that say I should also have a Memory element: https://webkit.org/blog/6425/memory-debugging-with-web-inspector/ https://support.apple.com/guide/safari-developer/improve-memory-performance-dev935efea11/mac I'm looking for a way to 'turn on' the Memory element.

Can't see Safari developer Timeline's Memory Instrument

被刻印的时光 ゝ 提交于 2020-01-14 09:11:07
问题 I am trying to analyze web app memory usage in a Safari browser. I read in several sites that Safari's Web Inspector Timeline can be used to analyze web app memory, but I don't see a Memory option. Here's what I see: Here are the sites that say I should also have a Memory element: https://webkit.org/blog/6425/memory-debugging-with-web-inspector/ https://support.apple.com/guide/safari-developer/improve-memory-performance-dev935efea11/mac I'm looking for a way to 'turn on' the Memory element.

Debug an External Javascript against Documents inside Mobile Safari

纵然是瞬间 提交于 2020-01-06 04:21:09
问题 This question is related to my earlier question How to Debug Javascript in IOS Action App Extension. Basically, I am developing an mobile safari extension, and part of the work is to develop a javascript (operating on top of "document" provided by mobile safari) to run inside the app extension. However, I have not found a way to debug a javascript file inside an app extension. Now, I am trying to ask the question a bit differently - given mobile safari on a page, can I somehow run an external

Chrome inspector - remote debugger - Clipboard is not enabled in hosted mode. Please inspect using chrome://inspect

时光毁灭记忆、已成空白 提交于 2020-01-03 16:51:24
问题 I am using the remote debugger inspector by visiting for example: http://localhost:9222/devtools/inspector.html?ws=localhost:9222/devtools/page/33767d5c-6abf-4c79-b8e7-d3b0c251fcaa The inspector works other than not being able to copy within the element, for copying xpath/sizzle selectors for instance which is really important . But on copy I am getting: Clipboard is not enabled in hosted mode. Please inspect using chrome://inspect I am remote debugging using an "external" inspector in google

Missing “Web Inspector” Settings in simulator

夙愿已清 提交于 2020-01-03 08:07:10
问题 After doing a "Reset All Content And Settings.." on the simulator the setting to enable using the web inspector in safari has disappeared, and I have no idea how to get it back: Does anyone have an idea how to get this back, and "remote" debug a webpage in the simulator again? 回答1: It seems that this option is not available in the simulated devices. Tip: If you want to connect the console from your desktop Safari, you will need the Technology Preview. the normal one does not discover the

jQuery.Deferred exception: The string did not match the expected pattern

被刻印的时光 ゝ 提交于 2020-01-01 06:44:07
问题 I've a little headache with this console error, ONLY on Safari (working on MacBook actually). I have this function: function exists(element){ var exists = document.querySelector(element); return exists; } invoked inside another function: function includeHoverStylesheet(){ var path = $("body").attr("data-hover"); if (!("ontouchstart" in document.documentElement || exists("link[href='" + path + "'"))) { var link = document.createElement("link"); link.rel = "stylesheet", link.href = path,

iPad Safari Web Inspector crashing on page load

十年热恋 提交于 2019-12-23 09:30:21
问题 I have a video focused website made in wordpress. When we go to test the website on iPad we connect it to a mac laptop and open the safari developer tools to check if we have any errors and whatnot. Everything works on our homepage but when we go to any video post we have added, it crashes the developer tools window, and the browser on the iPad has a little drop down at the top saying "A problem occurred with this webpage so it was reloaded". The page is fine on the iPad, there aren't any PHP