You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
When I trying to check the iCheck box using the code $('input').iCheck('check'). nothing effected with the checkbox
The text was updated successfully, but these errors were encountered: