Could you please make videos of controlling and working on excel using selenium in the similar way.
@QAFox2 жыл бұрын
Sure, I will create.
@KaranSharma-lm6eh2 жыл бұрын
How can we implement the same using Javascript ? I currently get error, says getAttribute() is not a function.
@QAFox2 жыл бұрын
Don't have idea with JavaScript Selenium.
@alkashifinfo.41274 жыл бұрын
Instead we can get it as //input[@value='Search']
@QAFox4 жыл бұрын
I don't think so. If there is text between tags we can provide the above xpath and use getText() command. But in this case, search button html code doesn't have any text between the tags. We need to use getAttribute("value") in this case.