Test execution fails in firefox

I am working on some basic scenarios for web testing and execute on Firefox, Chrome and IE browsers. The script works fine on other browsers but fails in Firefox only.

Unable to set text ‘admin’ of object ‘Object Repository/recologinrepo/Page_Login/input_pass-word’ (Root cause: org.openqa.selenium.WebDriverException: Permission denied to access property “__eventWrappers1513879696308”

Hi sachin,

Which Firefox version you are using? Can you try with the latest one (58)?

I was using Katalon Version: 5.2.0 with Firefox V.56…Now its working fine with latest version of Firefox (58). Thanks

I have this exact issue with Katalon 5.3.0 B1 and Firefox 58.0.2.

WebUI.waitForElementPresent(findTestObject(‘Page_SubmitJob/input_ClientId’), 20)

WebUI.setText(findTestObject(‘Page_SubmitJob/input_ClientId’), ‘288’)

The element is FOUND, but then it cannot SetText. It will set the text in Chrome, but chrome comes up with an authentication window that even Authenticate.exe will not login to. This is so frustrating. There are multiple text boxes on my page and it finds them all, but will NOT settext. Sigh.

Dave

Dave,

Could you copy the error message when the text could not be set?