Extract market Cap and current price for each company
Write the extracted value to excel.
Excel should contains 3 columns. Comapany name, market Cap and current pricestrong text
=> initialize two variable of datatype int in below way:
int_MarketCap=1
int_CurrentPrice=1
=> Store the company name in excel and read the data using Read Range Workbook and store the output in a data table say dt_input.
=> Use Use Application/Browser activity and indicate the screen.
=> Use For Each Row in Data Table to iterate through each row in the excel.
=> Under that use Type Into and give CurrentRow("Company Name").Tostring.
=> Use Keyboard shortcuts and give enter.
=> Use Get Text activity to get the value of Market Cap and current price.
=> Use Write Cell workbook to enter back the extracted prices to the excel.
For NTT there is no data so it will open an login page. For that use Check App state activity indicate that page. In Targert appears section if that page appears Navigate Browser to go back to that page. Otherwise in Target does not appears section place the Type Into, Get Text and Write Cell Workbook activity.
oke ma,am ,actually that question also have a sub question in which they are saying like " if error occours use logic for retry instead of retry scope activity