I'm using selenim python,and want to locate the following element:
<div id="coption5" class="copt" style="display: block;">
I need both the class name 'copt' and style value "display: block;",is there any way I can locate this element with both class name and attribute value at the same time?
Thanks!