Grab numbers of different length

Asked by vaibhav

Hello!
I was creating a bot that automates opening a specific forum, takes some details(either one by one or all ) and fill it on another webpage.
I can't think of way to proceed with sikuli to do that job

the main process.

The forums has certain values in each thread posted by various users.

I want it to read 3 types of fields(variables) 3 of them are of different constant lengths so the sikuli could recognize. (one is of 16, other 4 and last 3)

It should be saved to csv file OR directly put into the fields (do something then grab different set of values and loop again)

Question information

Language:
English Edit question
Status:
Expired
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

either simulate a select&copy to get it to the clipboard and fetch it from there or try with Region.text()

Revision history for this message
RaiMan (raimund-hocke) said :
#2

... or try with Selenium

Revision history for this message
vaibhav (rokrvaibhav) said :
#3

How do I loop it to fetch different texts?
And it's not the same region everytime, it has to scroll through the site and fetch the next details.

Revision history for this message
Launchpad Janitor (janitor) said :
#4

This question was expired because it remained in the 'Open' state without activity for the last 15 days.