File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -56,5 +56,5 @@ USER seluser
5656# ==========
5757RUN   sudo mkdir -p /opt/selenium \
5858  && sudo chown seluser:seluser /opt/selenium \
59-   && wget --no-verbose https://selenium-release.storage.googleapis.com/3.12 /selenium-server-standalone-3.12 .0.jar \
59+   && wget --no-verbose https://selenium-release.storage.googleapis.com/3.13 /selenium-server-standalone-3.13 .0.jar \
6060    -O /opt/selenium/selenium-server-standalone.jar
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ cat <<_EOF
1515  ], 
1616  "proxy": "org.openqa.grid.selenium.proxy.DefaultRemoteProxy", 
1717  "maxSession": $NODE_MAX_SESSION , 
18-   "host": $NODE_HOST , 
18+   "host": " $NODE_HOST " , 
1919  "port": $NODE_PORT , 
2020  "register": true, 
2121  "registerCycle": $NODE_REGISTER_CYCLE , 
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ cat <<_EOF
2323  ], 
2424  "proxy": "org.openqa.grid.selenium.proxy.DefaultRemoteProxy", 
2525  "maxSession": $NODE_MAX_SESSION , 
26-   "host": $NODE_HOST , 
26+   "host": " $NODE_HOST " , 
2727  "port": $NODE_PORT , 
2828  "register": true, 
2929  "registerCycle": $NODE_REGISTER_CYCLE , 
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22cd  tests
3- pip install selenium===3.11 .0 \
3+ pip install selenium===3.13 .0 \
44            docker===3.1.1 \
55            |  grep -v ' Requirement already satisfied' 
66
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments