User Name is not typing in incognito mode Mozilla_FirefoxESRConfiguartion 68.5.0_V1.0
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
Chosen solution
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/
Read this answer in context 👍 0All Replies (2)
Some one Coupl you please help.. I tried with Sendkeys.sendwait itw working in Local.. Not working in Azure devops
Chosen Solution
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/