![JAR search and dependency download from the Maven repository](/logo.png)
css.report.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sahagin Show documentation
Show all versions of sahagin Show documentation
Sahagin makes your Selenium script more readable and maintainable.
#script_table_container {
overflow: hidden;
position: relative;
width: 100%;
height: 250px;
}
body {
background-color: #fcfcff;
}
#script_table {
margin: 0px;
}
.successLine {
background-color: #abff7f;
}
.errorLine {
background-color: #ffe4e1;
}
.notRunLine {
background-color: #e7e8e2;
}
#methodArgTestDocs {
display: none;
}
.hiddenMethodArgTestDoc {
display: none;
}
#err_msg_container {
width: 50%
}
#err_msg {
color: red
}
#bxslider_container {
position: absolute;
width: 400px;
height: 250px;
left: 77%;
margin-left: -200px;
}
.bxslider > li > div {
overflow: hidden;
position: relative;
width: 100%;
height: 250px;
}
.bxslider > li > div > img {
overflow: hidden;
width: 100%;
height: auto;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy