Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is the command for identifing the color of the object.
please help me ? my numberis 9916800532

Answer Posted / sayonita

e.g. You have a button colored. You want to get the color of the button. So the code will be:
WebElement ButtonColor=driver.findElement(r.getLocator("BtnColor")); //BtnColor is the element whose xpath I have mentioned in a properties file
String color=status.getCssValue("background-color"); //Captures the color and stores in a variable
System.out.println(color); //prints the color of the button
String hex = Color.fromString(color).asHex(); //convert this color code into hexadecimal format
System.out.println(hex); //print the color code and then you compare in your script

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is testng and why is it better than junit?

987


Tell us what automation tools could be used for post-release validation with continuous integration?

964


List down the primary features of a good automation tool?

943


Could any one share scripts... where we can Parameterize radio buttons and Check boxes in Rational Robot.

2032


you have same applications (same server configaration)A&B you are doing nonfunctionality testing . what they differ in?

1962


Currently I do not have any automation in place in my project, but now I want to implement automation, what would be my steps?

1051


What are the frameworks available in rc?

1098


What is difference between selenium and QTP tools Which is best tool... Which is most used tool

1351


What are pros and cons of automating tests at ui layer?

1064


On Test Complete I recorded some keyword test. while I'm running the batch test, if one test case failed, then how test complete skip the failed test case and again continue to run the test case? please provide some way to resolve this issue.

1932


In Selenium how a test suit is run and report is generated.

2331


1.Which functinalities of QTP using in onlinebanking system? 2.in lift which kind of testing you perform? 3.how do you test money is transform from one account to another account in online banking?

2271


How can the user get a text of a web element?

938


Explain me what kinds of annotations are used in testng?

860


How do we Test the C++ and Unix Application Using Automated Tool.

2383