Data extract with no Next button

Hi,

Noob question, I need to scrape data from a website, where I have to enter an index number (then click search) before the result shown up
How to do it?
Website in question: http://daotao.hnue.edu.vn/chuyen2022/

Hello @sogeyoj262

There is a button at the bottom, is it a search button??? If no, then after enteringbthe index value using TypeInto you can do a keypress.(in the typeinto activity, click on the + button and select enter key. Then process with enter the index and trigger a keyboard event {Enter}.

Then you can use Datascrapoing or Table extraction to fetch the details.

you use datascrapping with while loop and use merge datatable to fetch as a single table

1 Like

Hi @sogeyoj262,

Welcome to community.

Could you also share what should be written in this field to see the results?

image

Regards,
MY

This is exactly what I did, took me awhile to figure it out thanks though!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.