Remove Perfecto

Hi
I Integrate Perfecto just for Checking but we are not using in our Project, So i uninstall it but after trhat i am not able to send request.
Getting below error :
UNABLE TO LOAD CLASS PERFECTOTESTLISTENER like that
FYI

So please help me to get rid thisone

Hi,

As the error log mentioned, you miss the dependency: ReportiumClient, you need to import com.perfecto.reportium.client.ReportiumClient; to use. And because ReportiumClient is child of perfecto, I think you should not uninstall it.