Hi ,
I need to enter data in to a web application but while entering i was unable to do it because of selectors issue,
after first row again it is entering in first row instead of second ,can u tell me how to scrape data from a web application .
also how to use tabs and select the appropriate one, like both row and column should be in sync
ppr
(Peter Preuss)
February 14, 2021, 1:24pm
2
@karthik_kulkarni1
have a look here, as dynamizing the selector would be one of the main building blocks:
This tutorial will teach you how to easily use variables in your selectors. In other words, we will be making dynamic selectors without the use of the old method of concatenating strings. How cool is that!
For the purpose of this tutorial, I will make 1 click in the Notepad app.
Feel free to also reference our documentation here .
Let’s begin!
1. First, we will indicate the element we want to click on. In this case, it will be File menu in Notepad:
[image]
This results in the…
just do some analysis within uiexplorer and find out the relations betwenn row and field (mybe a selecotr part like rowXY can help.
for datascraping e.g. to support the entering into the webtable fields have a look here:
This HowTo introduces on how Data scraping can be configured to retrieve also on non standard information from a web table. After indicating the different data columns with the wizard the extract data definition was post edited and changed to the relevant attributes e.g. value (Text field), src ( Image Source), class (CSS Class Name), tite (Hover Text), href (Url).
Introduction
Following web table is to use for data scraping and also the non text information should be retrieved.
[grafik]
We…