File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,9 @@ <h1>er.js testing EC site</h1>
133
133
< div id = "setAction ">
134
134
< legend > action </ legend >
135
135
< label > fill </ label >
136
- < input class = "custom-action " type = "text " id = "acid " placeholder = "cid " value = "saas_testing_ec "/> < br >
136
+ < input class = "custom-action " type = "text " id = "agroup " placeholder = "group " value = "ER "/> < br >
137
+ < label > fill </ label >
138
+ < input class = "custom-action " type = "text " id = "acid " placeholder = "cid " value = "ER_web-testing "/> < br >
137
139
< label > fill </ label >
138
140
< input class = "custom-action " type = "text " id = "auid " placeholder = "uid " value = ""/> < br >
139
141
< label > fill </ label >
Original file line number Diff line number Diff line change 30
30
# send actions from testbot
31
31
for k in range (len (df )- 2 ):
32
32
driver [df .ssid [k ]].get (url )
33
+ #driver[df.ssid[k]].find_element_by_id('agroup').send_keys('ER')
34
+ #driver[df.ssid[k]].find_element_by_id('acid').send_keys('ER_web-testing')
33
35
driver [df .ssid [k ]].find_element_by_id ('auid' ).send_keys (df .uid [k ])
34
36
driver [df .ssid [k ]].find_element_by_id ('aact' ).send_keys (df .act [k ])
35
37
driver [df .ssid [k ]].find_element_by_id ('acat' ).send_keys (df .cat [k ])
You can’t perform that action at this time.
0 commit comments