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 is Selenium IDE?
How can we deal with pop-up windows based on?
Mention what is intellij?
what is the difference between 2.0 & 3.0
What is the selenium's recording language?
Tell me how do perform drag and drop using selenium webdriver?
How can you redirect browsing from a browser through some proxy?
What is heightened privileges browsers?
How can I read test data from excels?
How do perform drag and drop using selenium webdriver?
Explain junit. What are annotations?
What are the different methods to refresh a web page in webdriver?
How to configure selenium web driver in eclipse?
What will be the limits of selenium?
What is the automation test?