Hi, I know JMeter doesn't execute any JS returned by web pages; I'm just wondering if it's technically possibly to execute it (e.g. in a Post Processor) using the Rhino engine in Java or some other mechanism?
The reason I'm asking is because I'm trying to access websites which rely heavily on JS, particularly for login. Not being able to execute JS means I just get presented with a login page each time I try access other page. Regards, Noel

