An intuitive utility to help find the CSS path to UI elements on a webpage. These paths are used frequently in a variety of front-end development and QA automation tasks.
One of a set of tools we're offering as a way of saying thank you for being a part of the community.
--sid should still be 302 as is above, you'll need to query v$session to get the serial#
select sid, serial# from v$session where osuser = 'nscdprap';
or
select serial#, osuer from v$session where sid=302;
alter system kill session '302, serial#';
let me know if i can help further.
good luck,
daniels