【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?
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? Read More