What is the difference between ‘/’ and ‘//’ in selenium ?
//- it is used to search in the entire structure. /- it is used to identify the immediate child.
Answers (2)
0 //- used to search in the entire structure, and
/- used to identify the immediate child.
0 Hi you have already given the answer.