I'm trying to exclude some commands from log. I tried something like this:
myProcessor.setExcludedCommands(new String {"isElementPresent"});
but it is not working. Can somebody help me with this? Thanks in advance.-
I'm also having this problem. Even the default getHTMLSource() is not being excluded from the results log. Would love to get this working.
Log in to post a comment.
I'm trying to exclude some commands from log. I tried something like this:
myProcessor.setExcludedCommands(new String {"isElementPresent"});
but it is not working. Can somebody help me with this?
Thanks in advance.-
I'm also having this problem. Even the default getHTMLSource() is not being excluded from the results log. Would love to get this working.