icheck icon indicating copy to clipboard operation
icheck copied to clipboard

$('input).iCheck('check') is not working

Open afshankazhungil opened this issue 7 years ago • 1 comments

When I trying to check the iCheck box using the code $('input').iCheck('check'). nothing effected with the checkbox

afshankazhungil avatar Dec 06 '18 15:12 afshankazhungil

I'm doing test automation using a proprietary application and sometimes I use JavaScript code snippets to act on a web element.

I noticed that all web elements in the application I'm test automating that use iCheck have caused difficulty in using .click().

Actually, until the time of writing this, I'm STILL looking for a way to click on a radio button, and a checkbox that have icheck "layers"...

I have requested our in-house internal developers to minimize using iCheck if NOT totally eliminate its use if they want an automated testing framework using our automation tool to exist for all our apps.

JimVince avatar Oct 11 '19 06:10 JimVince