0:04 AM
lukeis has quit
0:14 AM
daemon has quit
0:20 AM
ET1 has quit
0:22 AM
testing-tape has quit
0:23 AM
tony4 joined the channel
0:34 AM
kriskropd_ joined the channel
0:39 AM
rananda has quit
0:41 AM
dolu has quit
0:48 AM
ss_much has quit
0:59 AM
merike has quit
1:02 AM
richdownie joined the channel
1:02 AM
richdownie has quit
1:07 AM
Motoservo joined the channel
1:08 AM
Motoservo has quit
1:22 AM
sircapsalot has quit
1:25 AM
aestockton joined the channel
1:30 AM
aestockton has quit
1:35 AM
rananda joined the channel
1:44 AM
richdownie joined the channel
1:53 AM
richdownie has quit
1:55 AM
richdownie joined the channel
1:55 AM
richdownie has quit
2:18 AM
tony4 has quit
2:20 AM
kggr joined the channel
2:29 AM
ET1 joined the channel
2:30 AM
p0deje joined the channel
2:37 AM
ET1 has quit
2:40 AM
merike|away joined the channel
2:40 AM
merike|away is now known as merike
2:53 AM
selbot2_ joined the channel
2:59 AM
selbot2 has quit
3:05 AM
hugs__ has quit
3:05 AM
tourdedave has quit
3:05 AM
kutenai has quit
3:06 AM
dukedave has quit
3:08 AM
tourdedave joined the channel
3:08 AM
hugs__ joined the channel
3:10 AM
akitada joined the channel
3:12 AM
zeljkof joined the channel
3:13 AM
ET1 joined the channel
3:13 AM
sahazel joined the channel
3:13 AM
aestockton joined the channel
3:15 AM
dukedave joined the channel
3:15 AM
kggr has quit
3:15 AM
angular_mike_ joined the channel
3:15 AM
garndt joined the channel
3:17 AM
kutenai joined the channel
3:17 AM
aestockton has quit
3:18 AM
Motoservo joined the channel
3:25 AM
ET1 has quit
3:25 AM
rorycb joined the channel
3:29 AM
ET1 joined the channel
3:30 AM
rorycb has quit
3:35 AM
kenju254 joined the channel
3:39 AM
dolu joined the channel
3:43 AM
p0deje has quit
3:55 AM
kggr joined the channel
4:04 AM
p0deje joined the channel
4:05 AM
dolu has quit
4:07 AM
jimpurbrick has quit
4:19 AM
kggr has quit
4:28 AM
rananda has quit
4:30 AM
dolu joined the channel
4:32 AM
dolu1 joined the channel
4:32 AM
dolu has quit
4:33 AM
dolu1 has quit
4:33 AM
dolu joined the channel
4:59 AM
btulchinsky joined the channel
5:02 AM
aestockton joined the channel
5:06 AM
aestockton has quit
5:07 AM
dolu1 joined the channel
5:07 AM
dolu has quit
5:11 AM
jimpurbrick joined the channel
5:19 AM
dolu1 has quit
5:22 AM
dolu1 joined the channel
5:23 AM
Nizumzen joined the channel
5:27 AM
dolu1 has quit
5:28 AM
ET1 has quit
5:28 AM
neeti joined the channel
5:29 AM
dolu joined the channel
5:34 AM
dolu has quit
5:36 AM
jimpurbrick has quit
5:36 AM
jimpurbrick joined the channel
5:50 AM
jmakov has quit
5:53 AM
jimpurbrick has quit
5:54 AM
rananda joined the channel
6:27 AM
Garrick joined the channel
6:31 AM
neeti has quit
6:37 AM
timvisher joined the channel
6:38 AM
Motoservo has quit
6:50 AM
aestockton joined the channel
6:54 AM
aestockton has quit
7:08 AM
SitamJana joined the channel
8:07 AM
[rahul] joined the channel
8:07 AM
[rahul]
hey
8:15 AM
michl68 joined the channel
8:17 AM
hi michl68
8:19 AM
michl68 has quit
8:38 AM
aestockton joined the channel
8:38 AM
Stevesan joined the channel
8:42 AM
aestockton has quit
8:46 AM
bimmelino joined the channel
8:52 AM
AK joined the channel
8:52 AM
AK has left the channel
8:53 AM
AK joined the channel
8:54 AM
AK
hello
8:54 AM
8:55 AM
has anyone a solution for this?
8:58 AM
Ardesco joined the channel
8:59 AM
neeti joined the channel
9:05 AM
Anand2 joined the channel
9:06 AM
Anand2
hey guys, I was wondering, I have a field which gets a green border after a certain action, and I want to check if this green border is present with selenium
9:06 AM
<input onfocus="valueFocused(this);" id="dtPerc101" data-id="101" class="calculate-value form-control turnoverValue depWeekValue turnoverWeekInput departmentTurnoverPercent departmentTurnoverValue workschema_update trackChanges weekTurnover department_turnover_101_perc greenBorder" type="text" name="department_turnover[101][turnover_perc]" value="0.00">
9:06 AM
.
9:06 AM
How would I check if greenBorder is present?
9:13 AM
AK has quit
9:14 AM
MrCoder joined the channel
9:15 AM
rplevka joined the channel
9:15 AM
rplevka has quit
9:23 AM
WhereIsMySpoon
Anand2: use getAttribute("class") then check if it contains that "greenBorder" string
9:23 AM
Anand2
thanks WhereIsMySpoon, will give that a shot
9:30 AM
WhereIsMySpoon has quit
9:30 AM
WhereIsMySpoon joined the channel
9:32 AM
Dave_B_ joined the channel
9:35 AM
kenju254 joined the channel
9:42 AM
thanks WhereIsMySpoon, it worked
9:43 AM
String greenBorder = driver.findElement(By.id("dtPerc101")).getAttribute("class");
9:43 AM
if (greenBorder.matches(".*greenBorder*")) {
9:43 AM
System.out.println..............
9:43 AM
perfect
9:49 AM
eteixeira joined the channel
9:51 AM
eteixeira has quit
9:51 AM
eteixeira joined the channel
9:53 AM
sfr^ joined the channel
9:53 AM
jgornick joined the channel
9:53 AM
nikgod joined the channel
9:55 AM
WhereIsMySpoon has quit
9:55 AM
WhereIsMySpoon joined the channel
9:55 AM
WhereIsMySpoon has quit
9:55 AM
WhereIsMySpoon joined the channel
10:06 AM
vegardx joined the channel
10:06 AM
vegardx
So, how do you /actually/ disable SSL/TLS verification in selenium? Also, is support for this in the docker images that is supplied gone?
10:07 AM
I can run tests locally and it seemingly accepts the acceptSslCerts as true. But not when using the docker images.
10:11 AM
Okay, so looking at Github it seems like acceptSslCerts-capability has been a pull request for over a year. But it's also documented as a command on the selenium wiki.
10:19 AM
neeti has quit
10:26 AM
aestockton joined the channel
10:27 AM
alien_ joined the channel
10:31 AM
aestockton has quit
10:34 AM
p0deje has quit
10:48 AM
cravecode joined the channel