Pomoc přepytać

Hladajće so wobšudstwa pomocy. Njenamołwimy was ženje, telefonowe čisło zawołać, SMS pósłać abo wosobinske informacije přeradźić. Prošu zdźělće podhladnu aktiwitu z pomocu nastajenja „Znjewužiwanje zdźělić“.

Dalše informacije

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

  • 2 wotmołwje
  • 1 ma tutón problem
  • 2 napohladaj
  • Poslednja wotmołwa wot 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

Wubrane rozrisanje

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/

Tutu wotmołwu w konteksće čitać 👍 0

Wšě wotmołwy (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

Wubrane rozrisanje

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/