Hello,
Thanks for the reply and recommendation.
And there actually was an issue with wait time. I changed it to 5 seconds and i also used get element by xpath and it solved my problem.
Here is my modified code that worked. (removed the username and password from the code)
[{"id":"eaed38a1.1a8888","type":"open-web","z":"e25c78f2.99aef8","name":"","browser":"chrome","weburl":"http://192.168.16.26/vpull/SupplierDispatchReport.aspx","width":1024,"height":768,"webtitle":"Google","timeout":3000,"maximized":true,"server":"d1e4178d.d243b8","x":390,"y":320,"wires":[["c2923df1.1618e"]]},{"id":"4973abb9.e21e84","type":"inject","z":"e25c78f2.99aef8","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":140,"y":320,"wires":[["eaed38a1.1a8888"]]},{"id":"c2923df1.1618e","type":"set-value","z":"e25c78f2.99aef8","name":"U","text":"XXXXX","selector":"id","target":"Login1_UserName","timeout":1000,"waitfor":500,"x":90,"y":380,"wires":[["c6fadad3.02e188"]]},{"id":"c6fadad3.02e188","type":"set-value","z":"e25c78f2.99aef8","name":"P","text":"XXXXX","selector":"id","target":"Login1_Password","timeout":1000,"waitfor":500,"x":230,"y":380,"wires":[["7888f5d0.317aec"]]},{"id":"7888f5d0.317aec","type":"click-on","z":"e25c78f2.99aef8","name":"L","selector":"id","target":"Login1_LoginButton","timeout":1000,"waitfor":500,"clickon":false,"x":370,"y":380,"wires":[["cc0bf95f.d2bf58"]]},{"id":"cc0bf95f.d2bf58","type":"click-on","z":"e25c78f2.99aef8","name":"Dropdown","selector":"id","target":"ctl00_maincontent_ddlSupplierLoc","timeout":1000,"waitfor":500,"clickon":false,"x":150,"y":440,"wires":[["424488c0.0c8908"]]},{"id":"424488c0.0c8908","type":"click-on","z":"e25c78f2.99aef8","name":"Click on option","selector":"xpath","target":"//*[@id=\"ctl00_maincontent_ddlSupplierLoc\"]/option[9]","timeout":1000,"waitfor":"5000","clickon":false,"x":360,"y":440,"wires":[["732e6cba.8cc284"]]},{"id":"732e6cba.8cc284","type":"click-on","z":"e25c78f2.99aef8","name":"Click on show","selector":"id","target":"ctl00_maincontent_btnShowReport","timeout":1000,"waitfor":"2000","clickon":false,"x":580,"y":440,"wires":[["daa8d17a.eae6d"]]},{"id":"398ba14e.a6cf7e","type":"debug","z":"e25c78f2.99aef8","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":470,"y":680,"wires":[]},{"id":"daa8d17a.eae6d","type":"get-attribute","z":"e25c78f2.99aef8","name":"Test","attribute":"textContent","expected":"","selector":"xpath","target":"(//*[@id=\"bodyParent\"])[3]/td[4]","timeout":1000,"waitfor":500,"savetofile":false,"x":350,"y":580,"wires":[["398ba14e.a6cf7e","2a8d57fb.1b25b8"]]},{"id":"ca2c7062.ffd4b","type":"debug","z":"e25c78f2.99aef8","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":480,"y":760,"wires":[]},{"id":"2a8d57fb.1b25b8","type":"get-attribute","z":"e25c78f2.99aef8","name":"Test","attribute":"textContent","expected":"","selector":"xpath","target":"(//*[@id=\"bodyParent\"])[3]/td[8]","timeout":1000,"waitfor":"5000","savetofile":false,"x":310,"y":720,"wires":[["ca2c7062.ffd4b"]]},{"id":"d1e4178d.d243b8","type":"selenium-server","z":"","remoteurl":"http://localhost:4444/wd/hub"}]