Cacheing Issue in SETTEXT
I am experiencing this weird problem where default value is being used regardless of what is entered in textbox. Check the script with both Chrome and Firefox , same problem exist . Web App is not supported by IE.
Depending on value of TYPE in above form, Account box loaded. When User picks Type= Client , Account Box gets visible with default value of 00R. Month End and Year box are dropped down.
My Script is designed to input various values for Account and Run report. Problem is though script enters different value successfully and hit EXPORT , but report is always generated for OOR account.
I have tried using Keys , but same problem .
I have tried erasing default value before entering new value but still same problem
I have tried inserting delay before input Account value and all subsequent droppped downs ..but still same problem.
I have also tried clearing cache before taking next Account value ...
I have also tried Reloading entire page before applying different Account value.....again.....
Whats going on here ?