Hi Team ,
I am getting tool tip details using "UiPath -html " by mouse hover and get attributed activity , but when i try to save the details in existing sheet in column B1 using write cell activity getting error (Please check saving format is invalid or excel sheet is busy ) .
here are the list of activity i am performing.
Open excel applications (No Header selected )
Read range count from excel
Create a for loop each row
get count of index from the for loop
Default row value starts from 3 in website .
Hover First row by inputting variable in selector table row count (Default row 3 + index 0= 3 )
Using get attribute activity get tool tip details using “UiPath -html” attribute .
storing values inn assign activity as Output= "Xyx "
using Write cell activity saving in existing details start from column B1
while saving the details in write cell activity getting above error . kindly let me know if any have any other solution .
@Krishnakumar_Vasudevan
Do you have to extract the hyperlink or just name from the application ?
As you said you are performing hover operation, for what output you want to retrieve ?
Open Excel Application Scope (specify file path and sheet name).
Read Range (to load existing data from Excel).
For Each Row (loop through rows):
a. Get Tooltip Details by using “UiPath -html” attribute.
b. Store tooltip details in a variable (e.g., TooltipText).
c. Write Cell (to save tooltip details to Excel sheet).