internet explorer - UFT opening browser with old session for IE Browser -


i automating website user can login different roles.but, after performing operation specific roles when again opening browser roles uft opening browser old session.

note: issue occurring if running test cases in suite. if running scripts individually it's working fine.

moreover, using function delete cookies , clear caches before opening browser using command "rundll32.exe inetcpl.cpl,clearmytracksbyprocess 255"

please on this.

try using browser.deletecookies and/or browser.clearcache.


Comments

Popular posts from this blog

Lists in Python -

android - can not access to progress bar in an other activity -

java - Vaadin 7 Pass Data Between Views -