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
Can captcha and bar code reader be automated by using selenium?
what will be the first salary and what will be the hike in the salary?
How to create and run testng.xml?
Explain dataproviders in testng ?
How to connect a database in selenium?
Can WebDriver test mobile applications?
Using selenium how can you handle network latency?
How do you click on a menu item in a drop down menu?
Can you explain the framework which you have used in your selenium project?
What is desired capabilities?
What is the wait?
What kinds of test types are supported by selenium?
Why to use testng with selenium rc?
How to check which option in the dropdown is selected?
Tell me what is a hub in selenium grid?