Please refer to
In there Xpath expression which was copied and pasted into the Katalon Forum was garbled.
Please refer to
In there Xpath expression which was copied and pasted into the Katalon Forum was garbled.
I tried to reproduce the problem here, but … not reproduced. Curious.
Andrej,
Ah, you have fixed this?
nope, i just realised it’s a thing so now i just chceck after myself if xpath i’m posting looks as i want. workaround will be use (at) instead of @ in xpaths but can be confusing for new users of dark xpath art …
i just posted link to same issue so they can be tracked together
test:
//iframe[(at)id=“snap-midtrans”]
//iframe[@id=“snap-midtrans”]
//li[(at)class='add-listitem lazyload-item ']//h2
//li[@class='add-listitem lazyload-item ']//h2