Webdriver script using Java does not work when mcafee antivirus is enabled

The web driver script using Java does not run when McAfee antivirus is enabled. Is there a way to run the web driver script without disabling McAfee antivirus and run the script. This problem occurs on my client machine. They have McAfee antivirus installed. My client doesn't want to disable McAfee on their system and run a script.

Can anyone help me on this issue how to run the web driver script without disabling McAfee on my client machine?

Help would be appreciated.

+3


source to share


1 answer


You will need to add the InternetExplorerDriver driver and port number (5555 by default) to the Mcafee whitelist.



+2


source







All Articles