import selenium prompts " ModuleNotFoundError: No module named 'selenium' " in script tests
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2022
10:39 PM
09-25-2022
10:39 PM
import selenium prompts " ModuleNotFoundError: No module named 'selenium' " in script tests
In the native python environment, when using selenium for UI related operations, the operation is normal, When importing selenium into testComplete, it prompts an error:
But we checked in the native python environment,it runs normally.
Labels:
- Labels:
-
Desktop Testing
3 REPLIES 3
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2022
11:41 PM
09-25-2022
11:41 PM
The same code works fine in local python environment
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2022
01:00 AM
09-26-2022
01:00 AM
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2023
06:36 PM
01-05-2023
06:36 PM
Ok,It helped me a lot.
Thanks
