Hi,
I usually use “Data Scraping” command to scrape the certain data as followings:
- indicate the screen #foo_1 first and #foo_2 second,
- and whole
- tags should be scraped regularly as a result
<ul id="hoge">
<li id="foo_1">A</li>
<li id="foo_2">B</li>
<li id="foo_3">C</li>
<ui>
Now, I’m trying to scrape only #hoge, and there are no other
- tags in the same script.
when we use “Data Scraping” command, I understand we cannot use it without indicating
second tags (I guess this process is required to let robot understand pattern and two tags should be
identified at least).
In this case, I cannot identify second tag, as there is only one
- tag in this script.
In other words, I need whole text “ABC” which is contained in #hoge.
How can I get that?
I know we can use “Screen Scraping” as well but guess this command based on OCR Tech and the data
extracted by this command is not reliable for miss-interpreting…I believe this kind of date should be identified by Id or class name and extracted by script or text basis.
I’m sorry if i have some miss-understaing.
thanks