Macbook pro m1 selenium starting tests in intel chorome driver - google-chrome

I have a macbook pro m1 series macbook.
I'm running selenium tests via Intellij.I found that my tests were very slow when I used the chorome driver while doing my tests.After a long research, the problem is that my macbook with apple slicon processor is running chorome with intel driver.That's why my tests are so slow.how can i fix this problem.
I deleted and installed Chrome, I did a lot of research, but I couldn't find a complete solution.

Related

PC crashes after repeatedly running chrome web driver

When I am running chrome driver repeatedly via spyder my pc stuck and the chrome driver window is completely white. enter image description here
I tried to install the latest version of chrome and spyder but it didn't work.

Monodevelop on Windows 10 (no Mac) - Attempting to build using winbuild.bat results in errors (all related to Mac) AppKit, currentEvent etc

It seems to me that Monodevelop requires a Mac computer. I cannot build on Windows 10 64bit.
I tried using VS2019 and winbuild.bat, both complaining about the Mac software.
Is there a way around this or do I have to use a Mac?

How to target 32 bit flash player on win 7 64 bit

I have win7 64 bit on my desktop and win7 32 bit on my laptop. I recently upgraded my php to 5.6.2 and amfphp to 2.2.2. As a result I had to modify several ActionScript 3 scripts to access my data. I got the scripts working on my 32 bit laptop, but they looked "fractured" on win 7 64 bit.
I know that the 64 bit flash player installer now installs both a 32 bit version and a 64 bit version of flash player.
Is there a way to specify that these AS3 scripts are to use the 32 bit flash player when launching with 32 bit Firefox on a 64 bit system?
An Adobe Staff member provided the following info and upon loading Firefox 54.0b6 (beta) I found that he was right. Most of my animations run as expected, although some of the games run with significant lag time on keyboard nav.
"Just for clarity, the bitness of Flash Player is dependent on the bitness of the host browser. If you're running a 32-bit browser on a 64-bit OS, you're still going to get the 32-bit Flash Player. The only case where you'll get 64-bit Flash Player at runtime is when you're running a 64-bit browser on a 64-bit operating system."
"I was able to reproduce this on Win7 x64 with Firefox 54.0b4 (32-bit), but upgrading to the latest beta - Firefox 54.0b6 (32-bit) seems to resolve it. I'm using the latest publicly available Flash Player (25.0.0.171) to test. For completeness, I'm also unable to reproduce the problem on Chrome or IE on Win7 x64, or on Firefox with MacOS 10.12."
"Mozilla has been doing a lot of work on their rendering pipeline, and I suspect that the behavior you're seeing is fallout from that. Since it's already fixed, it's just a matter of waiting for the changes to propagate to the release builds. They're on a 6-week cycle, so assuming those fixes get promoted in the next release, you should see them land relatively soon."

Freeze on Windows Phone 8 SDK install

Then trying to install Windows Phone 8 SDK I get a freeze on startup window like this:
And one of my CPU cores is loaded to 100%, the installer freezes. The install log have this content after it freezes.
Any hints? I'm running Windows 8.1 Pro x64 on Intel Core 2 Quad processor (no SLAT).
After some investigation (thanks goes to Sysinternals Process Explorer), I've found that hang occurs in wpfgfx_v0300.dll module, which is, IIRC, a part of .NET Framework 3.0. So I went to "Programs and Components", then "Turn On/Off Windows Components" and turned off .NET Framework 3.5 (includes .NET 2.0 and 3.0) component. Reboot and voila, installer runs perfectly!

Chrome Driver for Windows 8 64 bit

I am new to Selenium and writing my test cases only for firefox. I wish to write it also for Chrome driver. But where should I download for Widows 8 64 bit.
Have you tried with 32-bit Windows ChromeDriver here? What's wrong with it? If there are any errors, post full exception please.
As far as I know, there isn't a 64-bit Chrome on Windows yet (see this ticket), as a result, there is no ChromeDriver for 64-bit Windows.
Here 32/64 bit are in term of the browsers' architecture, not the OS. Please check if your Chrome 32-bit or not, if it's 32-bit, download the 32-bit ChromeDriver.