This question already has answers here:
Closed 13 years ago.
Possible Duplicate:
Firebug for IE
I have no tool to inspect into DOM in IE6 now.
Try Firebug Lite.
Does the IE Developer Toolbar help with what you're trying to accomplish?
http://www.microsoft.com/en-us/download/details.aspx?id=18359
You can try the Internet Explorer Developer Toolbar
I have had good luck in the past with IEWatch. (but I haven't done web development in awhile, so I'm not sure if it does the same things as Firebug.)
is this because you're trying to actually test in IE6, or because you're stuck in it?
if it's the latter, I wonder if you can install the chrome frame and use the inspector that comes with chrome (is the inspector included in the frame? I would assume so..) to do your DOM inspection.
Related
This question already has answers here:
How to use/attach an existing browser using Selenium?
(2 answers)
Closed 7 years ago.
I ususally attach the IE window with the below code like
b=Watir::IE.attach(:index,0)
Could anyone please suggest me how to attach the Chrome and Firefox browser like I shown above
You will need to use plugins for this.
Please have a look at:
The chrome driver
& Firefox driver
So I'm using fullpage.js by alvarotrigo. I just want to ask if normalScrollElements function of this plugin has issues on IE. Because on Chrome, Firefox and Safari the normalScrollElements is working fine. However on IE 9 it is not. Any thoughts on this one? Thanks!
It was already reported in the plugin forum.
The problem was solved in version 2.1.9 of fullpage.js
Please use IE11 browse the link http://www.uploadify.com/demos/, you can see that IE11 don't show upload button, instead it show native upload input.
How can I solve the problem or the way to workaround it?
Thank you very much.
Make sure you have Adobe Flash installed. I had the same issue with IE 11 and this fixed the issue. Hope this helps.
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 8 years ago.
Improve this question
I am new in Magento...Installed 1.7 community Edition.
I am trying to add images to a Product but 'Browse files' and 'Upload' buttons are missing from the backend.
If any one found solution to this problem please let me know.
These buttons are coming from flash.So check your media folder on following location
design/adminhtml/default/default/template/media
if there is no media folder then copy from fresh magento
This will solve your problem :)
If you don't use a browser with flash plugin installed (chromium) the buttons will not display. What you need to do is to use a browser with the flash plugin (ex: google-chrome).
If you are on chromium, you can use the developer tools (F12) and you will if the error come from missing flash plugin.
Its mostly comes from browser fist check it on any other browser if work fine just reinstall your browser.
In mozilla, these buttons will load a little bit slowly. Try to load the page in chrome. I had the same problem when I was new to magento.
This question already has answers here:
Is there a possible way to create screenshots of the whole screen out of a firefox extension?
(3 answers)
Closed 8 years ago.
Awesome screenshot is a great tool and I'am using it for google chrome.
Now, I would like to shot the devtool too which is part of the google chrome browser, but using Awesome screenshot is not possible.
Look to this image
Are there other plugins/browser (firefox/firebug) able to make this job?
Thanks.
P.S.
The goal of Awesome screenshot is not to make just a screenshot, but to share very easly this sreenshot in the web with other web developers for example.
I think your question is "how am I able to take a screenshot of the dev tool in the current browser?", you could just do a simple Print screen and paste it into photoshop or fireworks.
Chrome allows to make screenshots of webpages. Bookmarks panel / developer tools window are not part of a webpage so they won't appear on a screenshot.
There is a brand new developer tools API that allows to extend developer tools panel. It may be possible to create an extension that does screenshot from inside the devtools window then combines it with a screenshot of a webpage. But it seems complicated.
If possible, simply use some external tool to do a screenshot of whole browser window.