Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Saber mais

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

  • 2 respostas
  • 1 tem este problema
  • 5 visualizações
  • Última resposta por 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

Solução escolhida

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/

Ler esta resposta no contexto 👍 0

Todas as respostas (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

Solução escolhida

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/