vikram_u_k
8 years agoContributor
Extend Python 3 Libraries inside testComplete
Hello TestComplete Support, Using TC12 has been useful to automate Android applications. We currently need to send XML messages to a Webinterface to send Data that is used by the Android app. ...
- 8 years ago
No need to install anything in this case.
As Colin_McCrae said just use
from urllib.request import what_you_need
urllib.request and urllib.error libraries are native also for Python 3