how to select this ok button in chrome when entered wrong credentials
Try using the Hot Key activity and use the Esc key to get rid of that message.
Let know if that works for you!!
2 Likes
it worked thank you i have one more problem like when
i use assign activity to filter the rows its showing an error like thisWi5list.Select(Type='WI5' and Status= 'Open')
Thanks query will return the Datarow array.
If you want to convert as datatable need to use CopyToDataTable
Wi5list.Select(Type='WI5' and Status= 'Open').CopyToDataTable()
Regards,
Arivu
3 Likes
thank you it worked
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.