PoesRaven / mcafee-epo-tools

Tools for interacting with McAfee ePO. These tools should work on any version of ePO >= 5.1
GNU General Public License v3.0
1 stars 1 forks source link

ens_ep.py Bug: osID_Categories hanging #3

Open SpencerMycek opened 5 years ago

SpencerMycek commented 5 years ago

There was an issue on one server where the policies we were updating wasn't visible until you clicked "Exploit Prevention" in the categories dropdown, Adding something that clicked that fixed the issue, but if on a server where the policy is immediately available to see this cause a StaleElementReferenceException. This may be an issue of server speeds and not code flaws.

PoesRaven commented 5 years ago

hmm selenium has an option to wait until a specific element is visible. I'll look to add this in a few locations before the click()