How to open Scratchpad in Firefox newest Version 81.0 - firefox

I am not able to find the option to open the scratchpad in Firefox version 81.0.
Normally it can be opened with Shift-F4. But obviously its not working for the newest version 81.0.
Any hints ?

Related

Selenium ChromeDriver Version Conflict

My Selenium program written with Ruby randomly stopped working (it ran perfectly yesterday) and gave me this error:
Backtrace:: session not created: This version of ChromeDriver only supports Chrome version 89 (Selenium::WebDriver::Error::SessionNotCreatedError)Current browser version is 91.0.4472.77 with binary path C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe
I've since tried:
Un & re-installing ChromeDriver (newest version, as I was using before)
Replacing my current version with version 89 along with changing the path (this resulted in the same error)
Following these similar issues 1 & 2
I'm not sure where to go from here
I had a similar problem recently with the C# version.
I would double check where Selenium is being ran from.
In my case it was debug/netcoreapp3.1\chromedriver.exe, so it was running an outdated version compared to the version of Chrome installed.
Make sure you have the correct ChromeDriver version from here
If this fails, check the Ruby bindings wiki here
I had the same problem, but in C#. I had to update Nugget for ChromeDriver to match versions. So I basically updated my ChromeDriver to 91.0.4472 and it's resolved the issue.

How to install Firefox 28 on Ubuntu 14.4

I am working on project in which I am using GWT and Java technology. My firefox version is 44 and when I try to run project into development mode.
Firefox says to install plug-in. I installed plug-in as well but its not working. Then finally it says to down graded Firefox version.
I am using Ubuntu 14.4 as OS. Does someone have any idea how to install Firefox28 on Ubuntu 14.4.
I read one article as well but its not working.
http://www.liberiangeek.net/2012/04/how-to-install-previous-versions-of-firefox-in-ubuntu-12-04-precise-pangolin/
go into synaptic and highlight your installed version of firefox.
click "package"..and then click "force version". there is a version 28 in there.
if you don't want it automatically updated, click "package" again and "lock version"

Downgrade Safari webdriver extension version to 2.38

There is a known issue with the Safari WebDrier extension version 2.45 working with Protractor (found here), i need to downgrade to 2.38 to work with my protractor tests, any idea how i can do this?
i managed to locate the 2.38 extension .jar file (found here), i extracted the jar file and located the .safariextz file but when i installed using that it just installed 2.45 anyway instead of 2.38
I am completely new to Mac so that's why i don't know, i cant seem to find anything about downgrading safari extensions

Firebug will not open/start

I really hope someone can help me with this, I am stumped!
I had the latest FF and then a defect came in specific to FF ESR. I installed ESR to different directory and created it's own profile so I could use two FF instances side by side. After doing this though Firebug will no longer open/start.
Environment:
Windows 7 -
Firefox 36.0.4 -
Firefox 31.5.3 (ESR) -
Firebug 1.12.8
I have done the following but still won't open:
Uninstalled both latest and ESR Firefox
Deleted Mozilla directories in:
C:\Program Files (x86)
C:\Users\james\AppData\Local
C:\Users\james\AppData\Roaming
Ran CCleaner
Restarted machine
Fresh install of latest Firefox
Fresh install of Firebug 1.12.8
Firebug 1.12.8 didn't work
Removed Firebug 1.12.8 and installing Firebug 2.0.8
Same behaviour for Firebug 2.0.8
Still unable to open/start Firebug....
During the fresh install - are there any directories I should have deleted that I didn't?
Any other ideas?
All help will be greatly appreciated!! :)
Thanks all in advance!
James :)
Same issue happened to me but on Windows 10. Following instruction resoved it for me.
1) Follow this instruction: https://support.mozilla.org/en-US/kb/uninstall-firefox-from-your-computer
2) Make sure you remove Mozilla in these 2 directories:
-C:\Users\THISUSER\AppData\Local\Mozilla
-C:\Users\THISUSER\AppData\Roaming\Mozilla
3) Restart machine, reinstall firefox and reinstall firebug etc ...
It should work after that. tested.

Selenium WebDriver + Firefox 7.0.1 incompatibility

I have a project where we have some Selenium tests. I have recently upgraded Firefox to 7.0.1 because it prompted me to and now the "WebDriver for Firefox" extension that these tests use is broken.
How can I fix this? Must I uninstall this current version of Firefox and install an older one? Or is there a file I can edit to tell it to ignore that the version is different?
An upgrade to Selenium webdriver to 2.8 would probably solve it.
http://web.archive.org/web/20120115040501/http://selenium.googlecode.com/svn/tags/selenium-2.8.0/rb/CHANGES
Unfortunately this has been the case for every Firefox upgrade since 5.0
I would try with the latest selenium-webdriver. I run Firefox 7.0.1 as well and it works with selenium-webdriver 2.8.0.
You can tell Firefox to ignore plugin and extension versions.
Type about:config in the browser address bar
Right-click and create a new boolean value called extensions.checkCompatibility.7.0
Set this value to false
That should prevent the plugin raising an issue with its version compatibility to 7.0.1
i am working with FF-8. Just change the firefox version from standalone.jar. For this unzip your jar file with unzipper and search for install.rdf files in the unzipped files. Open them in word pad and change version. you can add the latest version of browser. There are five or six files that to be changed. after doing that again zip them change to extension .jar

Resources