We appreciate the contributions you have made as an active member in the Qentinel Forum. Now that Qentinel is Copado Robotic Testing, we want to invite you to be among the first to join our discussion group centered around making teams more successful by embedding testing at every stage.


Join at success.copado.com and check out the all new Copado Robotic Testing Discussion Group.

Start a new topic

ClickCheckbox

Has anyone had issues with the ClickCheckbox function?  I have a salesforce community and the function does click the checkbox (which is required), but when I click the next button to move to the next web page, the checkboxes are unselected.

 

ClickCheckbox label on

1 Comment

Hi,
There are certain checkboxes in Salesforce which do not work exactly as checkboxes in general (state will not be in expected attribute if label is clicked etc.). For these you can try the following:



  • Instead of using textual locator (label), find the actual input using xpath. Use that with ClickCheckbox
  • OR Just use normal ClickElement/ClickItem keywords to click the correct element.
Login or Signup to post a comment