Please help me, i am trying to type a tweet on twitter which includes @ and # symbols but when the ui path bot reaches to @ and # symbols it automatically clicks on tweet instead of typing # and @, please help me its very urgent, please see the small loom video recording to understand my problem in detail
loom link - Loom | Free Screen & Video Recording Software | Loom
Here the steps below to achieve the automation that you have mentionesd above.
*Read Range the excel that you have the information.
*Add data Column with the Names and Url
*Open Browser with the Chrome Url.
*For each row of the ReadexcelDt.
Type Into the CurrentRow(Index of the firstColumn Or ColumName with index “”)
*Click the Url with the Dynamic selector by passing the aaname or innertext with the row values.
*Use Get attriute to store the Url value.
*Assign the currentrow(2) with get attribute output.
*Use GetText to Get the name of the Profile.
*Assign the currentRow(1) with the Gettext value.
*Use Go back Activity.
*Below the Scope of the for Each Write Range.