Page 1 of 1

Testing install/uninstall of chrome extensions

Posted: Fri May 16, 2014 5:16 pm
by lmpring
Hi all,

Does anyone have any experience automating the install / uninstall of extensions via chrome web store OR even more basic - verifying in chrome://extensions that a specific extensions (by name & version number) has been installed?

Thanks for any thoughts or pointers...

-Lisa

Re: Testing install/uninstall of chrome extensions

Posted: Tue May 20, 2014 3:24 pm
by Support Team
Hi Lisa,

Unfortunately I am not sure if I got your question correctly.

Please describe your plan in more detail.

Thank you in advance.

Regards,
Markus (S)

Re: Testing install/uninstall of chrome extensions

Posted: Thu May 22, 2014 8:04 pm
by lmpring
Hi Markus,

I'm installing / uninstalling chrome extensions (chrome 35) and was having trouble identifying the elements / containers I needed to use -- even after instrumenting Chrome as per instructions and starting chrome with the --force-renderer-accessibility parameter. After speaking with Jay yesterday he suggested going into chrome://accessibility and specifically turning "global accessibility" on. After doing that - RanorexSpy was able to better identify the elements/containers/etc and I'm able to make much more progress verifying that the chrome extensions I'm testing have been installed.

Thanks for your time and help!