- nikhilcogni
- Posts : 0
Join date : 2011-09-02
By Class and its methods
Tue Dec 16, 2014 9:46 pm
Hi All ,
Im starting selenium and Im new to this. Im trying to understand below code.
Webdriver Driver= new FireFoxDriver();
Driver.get("Webaddress");
By b = by.tagname("a");
WebElement a= Driver.findelement(b);
a. click();
How is By class used?
Im starting selenium and Im new to this. Im trying to understand below code.
Webdriver Driver= new FireFoxDriver();
Driver.get("Webaddress");
By b = by.tagname("a");
WebElement a= Driver.findelement(b);
a. click();
How is By class used?
- [TestNG] [ERROR] Cannot find class in classpath: Project class name
- how to use these methods getAllFields() ,getElementPositionTop and getElementPositionLeft?
- Calling C# selenium methods between classes
- Data Provider for test methods using C#
- how to use these methods getHtmlSource() , getLocation() and getTitle()
Permissions in this forum:
You cannot reply to topics in this forum