Category "firefox"

focus() function doesn't work in Firefox

I have some JS that shows a search modal and gives the search focus. It looks like this: function searchOpen(event) { event.preventDefault(); searchOverlay

Javascript .toLocaleString() returns wrong month?

I’m at a loss here. I need to display a JavaScript date in my locale, but the displayed locale string is off by 1 month in the future. <!DOCTYPE html&

IF Statements and Conditions for iMacros Firefox

So I'm trying to make a macro to catch Pokemon from maps in this game but there if you encounter a Turf War it will show this image: As you can see the click

:before && :after pseudo elements not showing Firefox

Firefox is not displaying :after and :before but they do show in Chrome. Firefox & Chrome: Viewing the source directly in Firefox shows the CSS is there:

How to set fit width when embedding pdf in Chrome?

When I embed a pdf to view on Chrome/ Firefox , no matter I set width / set the parameter , it does not change the width of the pdf content, the only thing I ca

How to install custom extension to headless Firefox in Linux?

Automated tests with Selenium are awesome, but how to do them on headless Firefox with a pre-installed extension? I found this for Chrome, but nothing for Fir

Only on Firefox "Loading failed for the <script> with source"

I want to integrate Marketo form with my existing website on yii framework. My code works on all the browsers except Firefox. Excerpt from my code: $('#bu

AttributeError: 'module' object has no attribute 'Firefox'

I am trying to use selenium webdriver to spawn an instance of Firefox. In the past, I was able to do this after installing geckodriver and making sure that it w

How to disable scroll on HTML5 date inputs having a webshim fallback in

I'm trying without success to disable scroll on an HTML5 date input. This input has a webshim fallback, which cause my JS to works with Chrome, but not Firefox.

Wrong value for window.innerWidth during onload event in Firefox for Android?

Okay, so, the problem I am facing is this: my mobile Firefox browser is not retrieving the correct values for window.innerWidth, document.documentElement.client

How to increase local storage space to unlimited for a firefox add-ons?

I am creating a Firefox add-on to store data in the local-storage. But it is limited to 5MB. I want it to be unlimited. Is there any way to make the local-stora

Loadrunner 12 - TruClient IE & FireFox Issues

Having the below issues using the TruClient Protocols. Any help would be much appreciated. Set Up: I have Loadrunner 12 installed in Win7 with IE 11 & lat

Selenium 3 compatibility issue with FireFox 50? Can't get any iframe

There are two environments, one is my local with Firefox 47 & Selenium 2.0, the other one is remote vm with Firefox 50 & Selenium 3. With the same code

Unable to connect to host 127.0.0.1 on port 7055 after 45000 ms. with FF version 26.0 and selenium standalone jar 2.39

I am trying to connect to selenium 2.30 with FF version 26.0 installed in my AWS unix machine but I am getting below error when I start both my client which acc

Saving ArrayBuffer in IndexedDB

How can I save binary data (in an ArrayBuffer object) into IndexedDB? The IndexedDB spec doesn't mention ArrayBuffer - does that mean that is not supported (a

Borders not shown in Firefox with border-collapse on table, position: relative on tbody, or background-color on cell

Consider the following HTML: <html> <head> <style> TABLE.data TD.priceCell { background-color: #EEE;

Is there a workaround for Firefox 5 and Chrome ”setInterval()” and “setTimeout()” in inactive tab

There is a JavaScript optimization that causes inactive tabs to slow down setInterval() and setTimeout()` in Firefox 5 and Chrome. I have it set for 66 miliseco

Adding items in DOM with jQuery without browser scrollbar update

I am adding many <li> to a <ul> using jQuery with the append method. When there is more <li> than the browser space can accomodate, I expecte

How to manually send HTTP POST requests from Firefox or Chrome browser

I want to test some URLs in a web application I'm working on. For that I would like to manually create HTTP POST requests (meaning I can add whatever parameters

setUp method: Failed to connect to binary FirefoxBinary(/usr/bin/firefox) on port 7055; process output follows:

When I am running Selenium-Webdriver scripts in Eclipse, it works fine. But the same scripts are running in jenkins in server machine, it is giving the followin