08-18-2024 11:58 PM
Error Message:Error in 'ModuleDir'. Python interpreter session crashed. If a console is displayed, closing the console will crash the interpreter. Complete all the executions, unload all modules and retry executing the sequence file.[Error Code: -17311]
08-19-2024 10:48 PM
Any help on fixing this would be greatly appreciated. Thank you
08-23-2024 01:20 AM
These Python calls are for methods with Selenium automation and the parameter I am passing across these various calls is the python webdriver element which returned from my previous calls. Here I see the first 2 calls are successful and from the 3rd method call onwards there is Python interpreter crash. My selenium version is 4.22 and Python version is 3.10. I have tried it with both test stand 2020 and 2021. Also tested with Chrome browser and Edge browser. Other python method calls which does not include Selenium works absolutely fine. Any help on this will be highly appreciated. Data type used for webdriver element in test stand is "Object reference"