nice video. I am unable to print text associated with 'input' tag though program is running fine, can I know why?
@md.soleymankhan65502 жыл бұрын
Works for me 😇
@dougm118 Жыл бұрын
Look at the dev console, inspect the input field. Look over at the right tab at the Properties tab. It is likely that the innerText and textContent attributes are empty for the element.
@y1u1v1a1l3 жыл бұрын
hi! thanks for these great videos, they are very informative and you get to know each tool, I am searching for a guide to understand how to use these tools ,learn methodologies(perhaps by examples) did you make anything as such? if not, is it planned to be presented in this tutorial?
@mdabdullahalhasib29203 жыл бұрын
Nice
@mahendrak159711 ай бұрын
I am getting a Stale Element Exception When I am trying to iterate through the list of anchor tags.
@Rajaraj-kf9kx2 жыл бұрын
there is no SelectorsHub in inspection option. kindly reply me what to do
@ImadullahFarooqui6 ай бұрын
Hello everyone. My code runs fie once and returns the number of instances for the 'a' and 'input element. But when i run it again it just returns 0. Also, its not printing the text of the elements. I am using expedia website btw. Anyone else encountering the same problem?