Error indicates that the “Get Text” activity is taking longer to retrieve text from a web page than the specified timeout
1.You can increase the timeout for the “Get Text” activity to give it more time to retrieve the text. In the properties of the “Get Text” activity, there is a “TimeoutMS” option. Increase this value to allow for a longer timeout.
2.The delay might be caused by a slow-loading web page. Ensure that the web page you are trying to extract text from is fully loaded before attempting to use the “Get Text” activity. You can use the “Element Exists” activity to check if the desired element (the text you want to extract) is present on the page.
3.if “Get Text” continues to cause issues Consider using alternative activities like “Screen Scraping” or “Data Scraping” .
Thanks for the update will try to update on same.
Let me know then after trying…!