Hi I have a script with login in and does a search. since my try script was not working for any action after login i added below line once login action was performed and it worked fine for try script.However when i do a run test with one user and one script same issues persist as before. no action is carried out once logged in. but the test is completed as successful. The report doesnt consist any actions apart from what was required for login BrowserSetOption(BROWSER_OPT_SYNC_MODE, SYNC_MODE_HTML); BrowserSetOption(BROWSER_OPT_SYNC_MODE, SYNC_MODE_AJAX);
↧