Unable to fetch the Dynamic Console logs for edge

I am using below code but getting same logs every time and this is not giving completed console logs only I see level : ‘Severe’ and ‘Warning’ logs

${selenium}= Get Library Instance SeleniumLibrary
${webdriver}= Set Variable ${selenium._drivers.active_drivers}[0]
${log entries}= Evaluate $webdriver.get_log(‘browser’)
any help will be appreciated.

Thanks!

Welcome to the Robot Framework Forums Abhay! :robot:

Might try changing the log level within robot framework script to see if that affects what gets logged.