- a71688Regular Participant
- Posts : 27
Join date : 2014-07-23
Check for button colour in selenium IDE
Tue Oct 27, 2015 7:05 pm
Hi
I have this link: http://stackoverflow.com/questions/33365917/how-check-tkcheckbutton
How can i check that the button "signup" button is blue in selenium ide with commands, target, value?
I have //*[contains(@id,"tell-me-more")]
I have this link: http://stackoverflow.com/questions/33365917/how-check-tkcheckbutton
How can i check that the button "signup" button is blue in selenium ide with commands, target, value?
I have //*[contains(@id,"tell-me-more")]
Re: Check for button colour in selenium IDE
Mon Mar 28, 2016 6:38 pm
hi,
For this you can use CSS locator strategy and fetch it's color property
suppose you have css like this
fetch something like that
For this you can use CSS locator strategy and fetch it's color property
suppose you have css like this
- Code:
element {
}
#hmenus .nav ul li.youarehere a, #hmenus .nav ul li a:hover {
color: #FFFFFF;
background: #f69c55;
}
fetch something like that
- Code:
System.out.println("Color of a button before mouse hover: " + googleSearchBtn.getCssValue("color"));
- Whats the use of Find button in selenium ide
- In selenium web driver , while running the script ,after the browser(modal) message box is displayed and closed by selenium , the next button click statement is not executing
- Can I check the error message displayed or not in Selenium?
- Can not check the checkbox on popup window
- Selenium IDE - How to enable the 'Save' button
Permissions in this forum:
You cannot reply to topics in this forum