Forum Discussion
1054005233
Aug 24, 2024Copper Contributor
【BUG】Edge do not free the string memory
When I use selenium execute_script function in python to return something like this: driver.execute_script("return some_str"). Edge will never clear the memory of this string, resulting in an increasing amount of memory usage. This issue did not exist in earlier versions. Can this problem be resolved by modifying the code, or when can be fixed as a bug?
No RepliesBe the first to reply