Kukhonjiswa imibuzo ethegiwe: Veza yonke imibuzo

Can't launch my url in Selenium-controlled Firefox browser process

Receiving this error: Firefox is already running, but is not responding. The old Firefox process must be closed to open a new window. My desktop app redirects user to a … (funda kabanzi)

Receiving this error: Firefox is already running, but is not responding. The old Firefox process must be closed to open a new window.

My desktop app redirects user to a login screen on Firefox, and I want to automate it using Selenium. My current workflow: 1. Launch Selenium-controlled Firefox browser using GeckoDriver 2. Click on "Login" button on my desktop app. The desktop app launches the login screen on user's OS default browser using the default user profile (in which case I set in profiles.ini to the temp profile copy created by Selenium). 3. (ERROR) Popup on the above error is displayed

Code: import configparser import os

web_driver = selenium_webdriver.Firefox(executable_path='C:\\Users\\mnxl\\.wdm\\drivers\\geckodriver\\win64\\v0.34.0\\geckodriver') profile = web_driver.capabilities['moz:profile']

  1. Path to the Firefox profiles folder

profiles_path = os.path.expanduser(r'~\AppData\Roaming\Mozilla\Firefox')

  1. Path to the profiles.ini file

profiles_ini_path = os.path.join(profiles_path, 'profiles.ini')

  1. Read the profiles.ini file

config = configparser.ConfigParser() config.read(profiles_ini_path)

  1. Find the section for the profile to set as default

for section in config.sections():

   if config.has_option(section, 'Path') and config.get(section, 'Path') == profile:
       # Set this profile as the default
       config.set(section, 'Default', '1')
   else:
       # Set all other profiles as not default
       config.set(section, 'Default', '0')
  1. Write the changes back to the profiles.ini file

with open(profiles_ini_path, 'w') as configfile:

   config.write(configfile)

Asked by Magdeline Ng 3 ezinsukwini ezidlule

Touch Keyboard not working in Firefox

I have windows 10 pro (64), 22H2 OS build 19045.4170, Windows Feature Experience Pack 1000.19054.1000.0 and latest Firefox (125.0.3) installed on A HP Pavilion Notebook 1… (funda kabanzi)

I have windows 10 pro (64), 22H2 OS build 19045.4170, Windows Feature Experience Pack 1000.19054.1000.0 and latest Firefox (125.0.3) installed on A HP Pavilion Notebook 17 F121DS, Serie 5CD4355YDX. Touch Keyboard (not to be confused with on-screen) opens and closes immediately; sometimes, on the first occurrence, it stays open long enough to be able to click on a text field and then disappears. "On screen keyboard" works fine as does "Touch keyboard" in Edge and Chrome and all other Apps. Since this is a recent occurrence, and a lot of odd changes took place after the last FF update, I have reverted to Firefox 124, after this did not work also did a restore to last Restore Point from April. No change! I have consulted the [1754973] as well as [1750584] , but these did not help me much further. Any suggestions or is there a bug?

Asked by Karl 3 ezinsukwini ezidlule

Desktop icons

The file icons on by desktop were always the standard color but now the are blue and white why did this happen. I know I can change each one back individually but how can… (funda kabanzi)

The file icons on by desktop were always the standard color but now the are blue and white why did this happen. I know I can change each one back individually but how can I change them in mass.

Asked by melankney 3 ezinsukwini ezidlule

Firefox tabs to closing an article are not working any more

'bold text'bold text FIREFOX NO LONGER WORKS WHEN YOU CLICK ON THE LEFT ARROW TO MOVE TO ANOTHER ARTICLE. I HAVE PAGES & PAGES BEHIND THE NEW ONE IT ALSO HAS A BLUE L… (funda kabanzi)

'bold text'bold text FIREFOX NO LONGER WORKS WHEN YOU CLICK ON THE LEFT ARROW TO MOVE TO ANOTHER ARTICLE. I HAVE PAGES & PAGES BEHIND THE NEW ONE IT ALSO HAS A BLUE LINE UNDERNEATH THE ICON THIS HAPPENED ONCE BEFORE & I FOUND A WAY TO FIX IT, AFTER WELL OVER AN HOUR WORKING ON IT i CAN'T I WANT TO DELETE IT

Asked by Nancy 3 ezinsukwini ezidlule

Cannot Share to a group...

I post or write something on my homepage. I then want to share my post to groups I belong to. I hit the share button and get this new and poorly designed response to shar… (funda kabanzi)

I post or write something on my homepage. I then want to share my post to groups I belong to. I hit the share button and get this new and poorly designed response to share. I go to the 'group' share icon. It then lists the groups I'm a member of. So far so good. I then click on one of my groups that I want to share the post with. I get a response, like previously before this new change, allowing to write something to the group along with the post/image I want to share. But there is no 'share' button that allows me to share the post. When this hideous new change came into effect there was a sliver of blue at the bottom, obviously from the share button, and clicking on this allowed me to share my post. Unfortunately, the next day when I attempted to share my post, the blue sliver disappeared and there was no way I could share it to a group. For some reason I cannot take a screenshot of what I'm writing about. Your thoughts?

Asked by mrsammy7 3 ezinsukwini ezidlule

Last reply by mrsammy7 2 ezinsukwini ezidlule

How default new page sites are selected?

How default new page sites are selected? Is it possible to propose a new one? I thought that featuring https://www.openstreetmap.org/ may be interesting (it is a Wikiped… (funda kabanzi)

How default new page sites are selected? Is it possible to propose a new one?

I thought that featuring https://www.openstreetmap.org/ may be interesting (it is a Wikipedia of maps - with open data dataset contributed by various people, that anyone can edit and is already quite useful).

I think that it may be of interest for Firefox users.

Disclaimer: I am significantly active in OSM community

Asked by matkoniecz 2 ezinsukwini ezidlule

podcasts won't play

I can no longer play any podcast since upgrade to 125.0.3 The arrow/button to play any podcast is neutral, is not active. Or, on spotify if finding a podcast on gardeni… (funda kabanzi)

I can no longer play any podcast since upgrade to 125.0.3 The arrow/button to play any podcast is neutral, is not active. Or, on spotify if finding a podcast on gardening, clicking the play button plays something on a completely different topic.

Asked by nmainferme 2 ezinsukwini ezidlule

Tradingview no longer allows unlimited open tabs to view and tabs aften break and do not refresh normally

I am running Windows 10 (64-bit) Version 22H2 OS build 19045.4355 with the Firefox browser v125.0.3 and since updating to the latest Firefox version I am no longer able t… (funda kabanzi)

I am running Windows 10 (64-bit) Version 22H2 OS build 19045.4355 with the Firefox browser v125.0.3 and since updating to the latest Firefox version I am no longer able to load more than 17 Tradingview tabs and the Tradingview tabs I do upload take a long to to refresh or to save changes too. I do not have this issue using other browsers.

Asked by heirloomguy 2 ezinsukwini ezidlule

Video controls missing on homepage thumbnails

When I would mouse-over a thumbnail on the Youtube home page I use to get a video preview with sound and text controls displayed. Video preview and controls are now miss… (funda kabanzi)

When I would mouse-over a thumbnail on the Youtube home page I use to get a video preview with sound and text controls displayed. Video preview and controls are now missing on homepage thumbnails. Is there a way to get preview and controls back ?

I cleared the cache and cookies...no effect. Problem does not exist with Edge browser.

Using Windows 10 / Firefox browser 125.0.3 (64-bit)

Asked by dee_veloper 3 ezinsukwini ezidlule

Last reply by dee_veloper 2 ezinsukwini ezidlule

HELP need my April history back. inadvertantly deleted it. Can't figure out exactly what was deleted or how to get it back.

Needed to look through my April history (pages looked at) in the Library. I had APRIL history up, ready to look through it. I tried to delete one page and it DELETED the… (funda kabanzi)

Needed to look through my April history (pages looked at) in the Library. I had APRIL history up, ready to look through it. I tried to delete one page and it DELETED the whole MONTH. How do i get the APRIL history back? APRIL is gone from the list. jumps to March after the last 7 days

I went to RESTORE but this talks about BOOKMARKS It shows for today may 7, 149 items for example then it shows April 29, april 9, april 4 april 1, each with about 150 items but if I were to click on these it says will replace all BOOKMARKS,

thank you

Asked by toniact 2 ezinsukwini ezidlule

keep browser open after closing last tab

I want to keep browser open after closing last tab. I changed the boolean parameter "browser. tabs. closeWindowWithLastTab" to "false" but the browser still closes with… (funda kabanzi)

I want to keep browser open after closing last tab. I changed the boolean parameter "browser. tabs. closeWindowWithLastTab" to "false" but the browser still closes with closing of last tab.

What else is required ?

Asked by dee_veloper 2 ezinsukwini ezidlule

Last reply by dee_veloper 2 ezinsukwini ezidlule

Uploads Not Working

So this problem keeps happening to me - I click "upload" on a website and nothing happens. For example, trying to upload photos to my website or upload files to a platfor… (funda kabanzi)

So this problem keeps happening to me - I click "upload" on a website and nothing happens. For example, trying to upload photos to my website or upload files to a platform. Frustrating. To work around it I've been using a separate tab of Google chrome but it's such a pain to keep swapping back and forth. Please help!!

Asked by Angela Hutchins 1 usuku oludlule

Email Attachments

When I'm sending attachments in Thunderbird some of my clients are recieving the email but not the attachments, though when they look on the phone they can see the attach… (funda kabanzi)

When I'm sending attachments in Thunderbird some of my clients are recieving the email but not the attachments, though when they look on the phone they can see the attachment ?

What can I change in my outsettings for attachments to solve this issue

Asked by skprq4jf4r 1 usuku oludlule

My history only goes back to January 19, 2023

I was looking for an item that would be a couple of years back in my history, only to discover that my history now only goes back a year and 3 months… Exactly, as of toda… (funda kabanzi)

I was looking for an item that would be a couple of years back in my history, only to discover that my history now only goes back a year and 3 months… Exactly, as of today, I don't know if that's meaningful. Does anyone have any idea what might've happened, and how I can restore the rest of my history? Thank you!

I'm on a Mac using Mojave, with Firefox version 115.8.

Asked by Lisa Smith 2 emasontweni adlule

Last reply by Lisa Smith 1 usuku oludlule

URL autocomplete - I want to start over.

I don’t understand what Firefox is doing. For example, I used to start typing the first few letters of “weather.com”, which I visit pretty much daily, and it would auto f… (funda kabanzi)

I don’t understand what Firefox is doing. For example, I used to start typing the first few letters of “weather.com”, which I visit pretty much daily, and it would auto fill “weather.com”. Now it auto fills every time with http://www.weatherbase.com/. I don’t know where that came from. Similarly, I used to type the first few letters of “duckduckgo.com” and it would bring up “duckduckgo.com”. Now it brings up a magnifying glass below the url with “Search with duckduckgo”. I am thinking it might be best if I can start over, i.e. clear out any information it’s saved about where it thinks I want to go, and start remembering the sites I am entering now.

Asked by WAYNEOO 1 usuku oludlule

Last reply by WAYNEOO 11 amahora adlule

Space bar not working.

Problem with using space bar when trying to post replies on YT or other sites. Can key text, but space bar does not work. On Google search page, can get only one space be… (funda kabanzi)

Problem with using space bar when trying to post replies on YT or other sites. Can key text, but space bar does not work. On Google search page, can get only one space between words. Tried 2 different keyboards w/same problem. Doesn't seem to happen on Chrome or Safari. Re-installed Firefox with same results. Any thoughts, please? Thank you.

Asked by fullyladenswallow 1 isonto elidlule

Last reply by fullyladenswallow 6 ezinsukwini ezidlule