Microsoft Edge and Firefox cannot find objects during a test run

Microsoft Edge and Firefox cannot find objects during a test run. When running the same test in Chrome, the test passes because it’s able to find the object.
Here is a slice of the DOM:

Here is the object in Katalon:

Has anyone else had trouble getting tests to pass in Microsoft Edge or Firefox due to Katalon’s inability to find objects in these browsers?

temp2.png

temp.png

No, never had that issue in FF (haven’t tried Edge). Try this:

Add a “css” selector to the list and type this into the box:

css | equals | #formContentContainer p a |

Maybe uncheck the xpath entry since there seems to be an issue with it (I’m not a xpath wiz so can’t be sure).

HTH

Russ

Ah, I figured out the error of my ways, thank you Russ Thomas, for your response. One thing I neglected to mention is that the page is a confirmation page post submitting a transaction. It seems as though the real issue is that it takes Edge and Firefox much longer to receive a response from the server in order for Katalon to verify the object is present. The simple “WaitForElementPresent” with a much longer wait time is the fix.

1 Like