Difference between @findByMethod and @findelement?
Answer Posted / raam
@findby is a testng class,normally we use it in pageclass,
using this we can directly call the webelement
ex
:
----------------------
@findby(driver.findElement(By.xpath(!@#$%%))
WebElement name;
--------------------------
using name we can easily call the webelement
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
What difference do you make between soft vs. Hard to say in selenium?
Name an api used for reading and writing data to excel files?
How a text written in a text field could be cleared?
How to assert text of webpage using selenium 2.0?
How to developer selenium test cases?
What are the features of selenium ide ?
What is intellij?
What are startpoints and breakpoints in selenium?
How can we capture screenshots in selenium?
How many test cases you have automated per day?
What will be the limits of selenium?
What are the capabilities of selenium ide?
Why should selenium be selected as a test program?
When do you use selenium grid?
What are the main advantages of selenium grid?