You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed arm64 chromedriver and setup it in $PATH on my M1 machine.
However, whenever I use Chrome as Open Available Browser it runs as x86_x64 instance which leads to 10-20x performance drop and my tests are running for 2 minutes instead of 10 seconds.
I don't run into this issue when I execute python script using selenium library with the same chromedriver.
Is there any fix for this? I have found multiple similar issues however none of the solutions helped me.
The text was updated successfully, but these errors were encountered:
I have installed arm64 chromedriver and setup it in $PATH on my M1 machine.
However, whenever I use Chrome as Open Available Browser it runs as x86_x64 instance which leads to 10-20x performance drop and my tests are running for 2 minutes instead of 10 seconds.
I don't run into this issue when I execute python script using selenium library with the same chromedriver.
Is there any fix for this? I have found multiple similar issues however none of the solutions helped me.
The text was updated successfully, but these errors were encountered: