I am trying to set a new data value of a custom attribute of a div using attr() while going through this, I found out it can be done using .attr( attributeName, value )
I have a requirement wherein I want to change the attribute value of DOM before a particular ajax call. Now how can I call this jQuery in Katalon to change the DOM element?
I am trying to implement the solution from this post in Katalon.
[1]: