Can you please help - I am trying to extract data for different scripts (stock) in web, but it is not picking the value. I tried ‘*’ in selector inplace of value (3.60) but it is not working.
Error in case value change from 3.60 to something else:
Price: Cannot find the UI element corresponding to this selector: webctrl aaname=‘3.60’ parentid=‘knowledge-finance-wholepage__entity-summary’ tag=‘SPAN’
i am using screen scraping, it is working fine for all other values as they are in table for example: low, high, previous close etc (refer values below chart).
The only value which is not coming is the price which is above chart i.e. 3.60 and 2960 in case of the link provided
I tried edit Selector and putting * i.e. aaname =‘*’ in place of aaname =‘3.60’. But it is not working, only picking value for first link and not working for other links in loop (for each row)