Click here to Skip to main content
15,890,995 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I Need to double click on Particular Row in Grid using Selenium Java Script


What I have tried:

Here is MY HTML CODE

HTML
<pre><tr role="row" id="1" tabindex="0" class="jqgrow ui-row-ltr ui-widget-content ui-state-highlight" aria-selected="true"><td role="gridcell" style="" title="  CVR2122" aria-describedby="jqGrid_CompanyID">  CVR2122</td><td role="gridcell" style="" title="CVR INT" aria-describedby="jqGrid_CompanyName">CVR INT</td><td role="gridcell" style="" title="Active" aria-describedby="jqGrid_Status">Active</td><td role="gridcell" style="" title="87-9789879" aria-describedby="jqGrid_FEIN">87-9789879</td><td role="gridcell" style="" title="Apr 24 2017" aria-describedby="jqGrid_CreateDate">Apr 24 2017</td><td role="gridcell" style="" title="CVR" aria-describedby="jqGrid_LastName">CVR</td><td role="gridcell" style="" title="CVR" aria-describedby="jqGrid_FirstName">CVR</td><td role="gridcell" style="" title="3200 WILSHIRE BLVD	" aria-describedby="jqGrid_Address1">3200 WILSHIRE BLVD	</td><td role="gridcell" style="" title="" aria-describedby="jqGrid_Address2"> </td><td role="gridcell" style="" title="Los Angeles" aria-describedby="jqGrid_City">Los Angeles</td><td role="gridcell" style="" title="CA" aria-describedby="jqGrid_StateName">CA</td><td role="gridcell" style="" title="90010" aria-describedby="jqGrid_ZipCode">90010</td><td role="gridcell" style="" title="(342)  242-4234" aria-describedby="jqGrid_PhoneNumber">(342)  242-4234</td><td role="gridcell" style="" aria-describedby="jqGrid_FaxNumber"></td><td role="gridcell" style="" title="info@gmail.com" aria-describedby="jqGrid_EmailAddress">info@gmail.com</td><td role="gridcell" style="display:none;" title="105808802" aria-describedby="jqGrid_FedTaxID">105808802</td><td role="gridcell" style="" title="Email" aria-describedby="jqGrid_ContactType">Email</td><td role="gridcell" style="" title="" aria-describedby="jqGrid_PaymentDate"> </td><td role="gridcell" style="" title="1" aria-describedby="jqGrid_EmployeeCount">1</td><td role="gridcell" style="" title="1" aria-describedby="jqGrid_ActiveEmployeeCount">1</td><td role="gridcell" style="" title="" aria-describedby="jqGrid_DeliveryName"> </td><td role="gridcell" style="" title="" aria-describedby="jqGrid_ServiceName"> </td><td role="gridcell" style="" title="PayrollMudiam5798" aria-describedby="jqGrid_LastUpdatedUser">PayrollMudiam5798</td><td role="gridcell" style="" title="04/24/2017 11:57:23 AM" aria-describedby="jqGrid_LastUpdatedDate">04/24/2017 11:57:23 AM</td></tr>
Posted
Updated 23-Apr-17 20:45pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900