Readdy Write  
0,00 €
Your View Money
Views: Count
Self 20% 0
Your Content 60% 0

Users by Links 0
u1*(Content+Views) 10% 0
Follow-Follower 0
s2*(Income) 5% 0

Count
Followers 0
Login Register as User

HTML Document: Examples for contains

07.08.2018 (👁1657)


 

 

All elements of the second level

*/*  Alle Elemente der zweiten Unterebene des aktuellen Kontexts.

 

 

Indirect: Parent p-tag with subelements

public static string scan_Detail_Delete_End_Text = ".//p/*[contains(text(),'Ihr GECO-Ansprechpartner')]";

 

Or directly

public static string scan_Detail_Delete_End_Text = ".//span[contains(text(),'Ihr GECO-Ansprechpartner')]";

 

 

Result:

The result in the example is always the inner span-tag element

 

 

 

In my example