How Do I get the length of all the elements inside this particular BODY?
XPATH = //*[@id="createEdit"]/div/div/table/tbody
<tbody data-v-97081d06="">
<tr data-v-97081d06="" gogo-test="data_table_with_selection_row_0" tabindex="0" class="t-body--sansSerif">
<tr data-v-97081d06="" gogo-test="data_table_with_selection_row_1" tabindex="0" class="t-body--sansSerif">
<tr data-v-97081d06="" gogo-test="data_table_with_selection_row_2" tabindex="0" class="t-body--sansSerif">
</tbody>
There is a total of 3 elements inside it and I want to get the length of it from the main element.