Level 56
@david001 what's the problem to wrap this text and scroll to element? https://laravel.com/docs/8.x/dusk#scrolling-an-element-into-view
Hi, I am using Laravel dusk. I need to scroll uptown particular text let say "this is text field"
I used something like this $browser->script('$(window).scrollTop($("*:contains("this is text field"):last").offset().top);');
but it didn't worked, the error was javascript error: missing ) after argument list
Please or to participate in this conversation.