Write and Publish a Tutorial!
Do you have good notes or papers written by you and seeking for a
platform to publish? We provide the platform to publish your tutorials
in your name. If you wish to publish your tutorial in your name to
help the readers, Please contact us by sending an email to
publish@tools4testing.com or publish@java4coding.com The main way that
others learn about your work is through your published tutorials. If
you don’t publish, it will be as if you never did the work. Your notes
can help the readers only when you share it.
How to locate element by tag name locator in selenium
If a tag is used only once in a web page, then it can be used for tag name locator. If there are multiple same tags, selenium always locates the first matching element. Below is the syntax and example for tag name locator:
Syntax: | tagName=name of the tag |
Example: | tagName=select |
Note: There should be no space/emptyspce before and after = (equals)
Let us test tag name locator from our test page Test Page