Mozilla Support में खोजें

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

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

  • 2 प्रत्युत्तर
  • 1 यह समस्या है
  • 5 views
  • के द्वारा अंतिम प्रतियुतर 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

चुने गए समाधान

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/

संदर्भ में यह जवाब पढ़ें 👍 0

All Replies (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

चयनित समाधान

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/