Am getting error as ""Get Text 'Chrome_RenderWidgetHost...': Activity timeout exceeded" i am using the activity in chrome , when i use send hot key getting error as add as first trigger in flow even after adding first trigger still bo is not executing


HI @kavitha_saravana

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” .

1 Like

Thanks for the update will try to update on same.

1 Like

Let me know then after trying…!

@kavitha_saravana