Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Webdriver script using Java is not running when mcafee antivirus is turned on

Web driver script using Java is not running when McAfee antivirus is turned on. Is there any way to run the web driver script without turning off the McAfee antivirus and run the script. This issue is in my client machine. They have McAfee antivirus installed in there systems. My client don't want to turn off the McAfee in their system and run the script.

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

like image 837
Umamaheshwar Thota Avatar asked Jan 29 '13 14:01

Umamaheshwar Thota


People also ask

How do I stop McAfee Antivirus from blocking a program?

Select the app and click Open. Under Access, make sure that Incoming and outgoing is selected, then change the type from default to Open to all devices. NOTE: You can also choose to Use designated ports if you know which ports to select. Click Save.

Does McAfee need Java?

Summary. McAfee Web Gateway uses OpenJDK on the server-side and does not require that you install or license Java for the appliances.

How do I allow McAfee to allow a program?

On the Home Page, click Firewall. Click Settings. Click Program Permissions. Select a program with Outgoing or Blocked access.


1 Answers

WebDriver is a wire protocol, so you will need to add the Driver e.g. InternetExplorerDriver and port number (default is 5555) to Mcafee whitelist.

like image 109
Martin Spamer Avatar answered Oct 20 '22 18:10

Martin Spamer