2
votes
2answers
993 views
How to get a color of a webelement using selenium webdriver with python?
How do I locate the background-color of a webelement in hexadecimal format? With my current selenium webdriver python code it is returning the background-color in RGB format.
This is the html element ...
1
vote
4answers
4k views
switch tabs using selenium Webdriver
Using Selenium Webdriver with JAVA ,
I am trying to automate a functionality where I have to open a new tab do some operations there and come back to previous tab (Parent).
I used switch handle but ...