Is it possible to do advanced scraping on webpages ?
Requirements:
click on -> pagination" pages and also press enter for google search.
Find field -> add text to input field (google search)
Enter -> add keywords to google and press enter.
I have tried Selenium Webdriver, but on ubuntu server it doesn't work since it cant open chrome ui.
Is there any other ways to achieve this ?
I'm not sure what you mean regarding 'cant open chrome ui' on Ubuntu - could you give us a little more information / details please? Errors, your code, tools etc.
This is definitely possible and I think you were almost there.
It allows you to execute ALL WDIO / Selenium commands, so clicking on page objects, adding data to fields, and clicking the 'Enter' button are all things I've done before.
Admittedly I'm using Windows, but I'd still like to know a bit more about the specifics of your situation.
great, thank you! I will try more and give solution then here
was trying out and thought its not possible but good to know it can be achieved
only get one error from "node-red-contrib-selenium-wd2" -> error I get is msg : string[32] "Can't open an instance of chrome", but I'll try these tips given here.
edit: and how I get that error, its just injected "Open webpage module" and tried open google.com