709 |
$this->byCssSelector(".reference_cadastrale_custom_field:nth-child(1)")->value($reference_cadastrale_quartier); |
$this->byCssSelector(".reference_cadastrale_custom_field:nth-child(1)")->value($reference_cadastrale_quartier); |
710 |
$this->byCssSelector(".reference_cadastrale_custom_field:nth-child(2)")->value($reference_cadastrale_section); |
$this->byCssSelector(".reference_cadastrale_custom_field:nth-child(2)")->value($reference_cadastrale_section); |
711 |
$this->byCssSelector(".reference_cadastrale_custom_field:nth-child(3)")->value($reference_cadastrale_parcelle); |
$this->byCssSelector(".reference_cadastrale_custom_field:nth-child(3)")->value($reference_cadastrale_parcelle); |
712 |
|
//On saisi l'adresse |
713 |
|
$this->byId("terrain_adresse_voie_numero")->value("0075"); |
714 |
|
$this->byId("terrain_adresse_voie")->value("TRA DE LA DOMINIQUE"); |
715 |
|
$this->byId("terrain_adresse_code_postal")->value("13011"); |
716 |
|
$this->byId("terrain_adresse_localite")->value("MARSEILLE"); |
717 |
|
|
718 |
// On clique pour ajouter un pétitionnaire principale |
// On clique pour ajouter un pétitionnaire principale |
719 |
$this->byId("add_petitionnaire_principal")->click(); |
$this->byId("add_petitionnaire_principal")->click(); |
720 |
// On remplit le champ |
// On remplit le champ |
841 |
} |
} |
842 |
} |
} |
843 |
|
|
|
?> |
|
844 |
|
?> |