Friday 15 February 2013

Chromium Browser Automation(CBA)

CBA and most of the Automation browser identify the Ids of the Text box, button, Text area to process automation procedure.
Within Some of the Pages of software Same ids are given to multiple button example in LimsDx Management Page
because of which CBA identify first id within the page and plays the script but because of wrong button clicked the script is stopped

Is their a kind of technique where the script can be played with respect to Values of buttons ?


1 comment:

  1. AFAIK CBA uses Click action to trigger click event on DOM Elements which it finds using Jquery selectors

    In that case one can use jQuery rules to identify the instance of the button with the same id...

    ReplyDelete