Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Ďalšie informácie

User Name is not typing in incognito mode Mozilla_FirefoxESRConfiguartion 68.5.0_V1.0

  • 2 odpovede
  • 1 má tento problém
  • 5 zobrazení
  • Posledná odpoveď od Mike Kaply

more options

Am doing automation selenium in C# using Mozilla_FirefoxESRConfiguartion 68.5.0_V1.0 ,

Am not able automate in  incognito mode, like am not able to type the username password in alert popup.

Same coding works in MozillaESR 60 version Coding Below: var alert = driver.SwitchTo().Alert(); alert.SendKeys($"Username" + Keys.Tab + $"Password" + Keys.Tab); alert.accept();

Same coding Works in Mozilla_FirefoxESRConfiguartion 60.8_V1.0 in the latest version Mozilla_FirefoxESRConfiguartion 68.5.0_V1.0 its not typing the username am stuck up here. Could you please help

Am doing automation selenium in C# using Mozilla_FirefoxESRConfiguartion 68.5.0_V1.0 , Am not able automate in incognito mode, like am not able to type the username password in alert popup. Same coding works in MozillaESR 60 version Coding Below: var alert = driver.SwitchTo().Alert(); alert.SendKeys($"Username" + Keys.Tab + $"Password" + Keys.Tab); alert.accept(); Same coding Works in Mozilla_FirefoxESRConfiguartion 60.8_V1.0 in the latest version Mozilla_FirefoxESRConfiguartion 68.5.0_V1.0 its not typing the username am stuck up here. Could you please help

Vybrané riešenie

This isn't the right place for this question but I don't know where it should go. This is for user support.

You might use mozregression (https://mozilla.github.io/mozregression/) to try to figure out when the behavior changed and file a bug in bugzilla.

You also might try

https://www.selenium.dev/support/

Čítať túto odpoveď v kontexte 👍 0

Všetky odpovede (2)

more options

Some one Coupl you please help.. I tried with Sendkeys.sendwait itw working in Local.. Not working in Azure devops

more options

Vybrané riešenie

This isn't the right place for this question but I don't know where it should go. This is for user support.

You might use mozregression (https://mozilla.github.io/mozregression/) to try to figure out when the behavior changed and file a bug in bugzilla.

You also might try

https://www.selenium.dev/support/