david001's avatar

Laravel dusk: is there any way to scroll uptown text not div

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

0 likes
2 replies

Please or to participate in this conversation.