diff --git a/bin/route-debug.js b/bin/route-debug.js index 0f5d30a56..dcbe7a3d5 100755 --- a/bin/route-debug.js +++ b/bin/route-debug.js @@ -51,7 +51,7 @@ function parse_args() { console.log(' --storage Dump localStorage and sessionStorage contents'); console.log(' --full Enable all display options for maximum info'); console.log(' --eval= Execute async JavaScript after page loads (supports await)'); - console.log(' Example: --eval="$(\'[data-sid=btn_edit]\').click(); await new Promise(r => setTimeout(r, 2000));"'); + console.log(' Example: --eval="$(\'.btn-primary\').first().click(); await new Promise(r => setTimeout(r, 2000));"'); console.log(' --timeout= Navigation timeout in milliseconds (minimum 30000ms, default 30000ms)'); console.log(' --console-debug-filter= Filter console_debug to specific channel'); console.log(' --console-debug-benchmark Include benchmark timing in console_debug');