Zobrazenie otázok označených: Zobraziť všetky otázky

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 … (ďalšie informácie)

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)

Otázku položil(a) Magdeline Ng Pred 3 dňami

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… (ďalšie informácie)

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?

Otázku položil(a) Karl Pred 3 dňami

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… (ďalšie informácie)

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.

Otázku položil(a) melankney Pred 3 dňami

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… (ďalšie informácie)

'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

Otázku položil(a) Nancy Pred 3 dňami

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… (ďalšie informácie)

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?

Otázku položil(a) mrsammy7 Pred 3 dňami

Posledná odpoveď od mrsammy7 Pred 2 dňami

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… (ďalšie informácie)

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

Otázku položil(a) matkoniecz Pred 2 dňami

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… (ďalšie informácie)

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.

Otázku položil(a) nmainferme Pred 2 dňami

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… (ďalšie informácie)

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.

Otázku položil(a) heirloomguy Pred 2 dňami

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… (ďalšie informácie)

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)

Otázku položil(a) dee_veloper Pred 3 dňami

Posledná odpoveď od dee_veloper Pred 2 dňami

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… (ďalšie informácie)

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

Otázku položil(a) toniact Pred 2 dňami

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… (ďalšie informácie)

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 ?

Otázku položil(a) dee_veloper Pred 2 dňami

Posledná odpoveď od dee_veloper Pred 2 dňami

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… (ďalšie informácie)

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!!

Otázku položil(a) Angela Hutchins Pred 1 dňom

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… (ďalšie informácie)

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

Otázku položil(a) skprq4jf4r Pred 1 dňom

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… (ďalšie informácie)

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.

Otázku položil(a) Lisa Smith Pred 2 týždňami

Posledná odpoveď od Lisa Smith Pred 1 dňom

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… (ďalšie informácie)

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.

Otázku položil(a) WAYNEOO Pred 1 dňom

Posledná odpoveď od WAYNEOO Pred 10 hodinami

Hotmail through Firefox breaks my network card

I had a few issues with Hotmail and Firefox in the past as described in other posts. Now it has stepped up a gear. I can use the internet for anything, but the moment I o… (ďalšie informácie)

I had a few issues with Hotmail and Firefox in the past as described in other posts. Now it has stepped up a gear. I can use the internet for anything, but the moment I open my Hotmail account in Firefox my Lan card stops working. At first I had no idea it was Hotmail, I tried everything from switching cables to using wifi only. When it happened on wifi I realised every time I went into Hotmail on Firefox my network card stopped functioning and I had to restart the computer. The thing is, when I use Hotmail through Microsoft Edge nothing happens and all is well with the world!!! No network card shutdown. I could read between the lines but I'm no conspiracy theorist, however, I don't think the problem is with Firefox. Is there any solution? I don't use Edge and I don't want to start.

Otázku položil(a) M Donaldson Pred 2 týždňami

Posledná odpoveď od M Donaldson Pred 9 hodinami