Search
 
SCRIPT & CODE EXAMPLE
 

RUBY

ruby selenium webdriver proxy with authentication

Webdrivers.configure do |config|
  config.proxy_addr = 'myproxy_address.com'
  config.proxy_port = '8080'
  config.proxy_user = 'username'
  config.proxy_pass = 'password'
end
Comment

PREVIOUS NEXT
Code Example
Ruby :: ruby nil to float is 0.00 
Ruby :: symbols used in hashes 
Ruby :: how to require all .rb files in rails 
Ruby :: ruby block_given? method 
Ruby :: include module in rails different folder in rails 
Ruby :: Replacing consecutive numbers with dash between first and last in a range 
Ruby :: rails scope alias 
Ruby :: ruby hash default proc 
Ruby :: sudo text logs 
Ruby :: Or even multiple scope parameters. For example, making sure that a teacher can only be on the schedule once per semester for a particular class. 
Ruby :: parameterized scope rails code 
Ruby :: ruby file copy 
Ruby :: paranoia gem 
Ruby :: does destroy retrurn in ruby 
Ruby :: rails fixture without timestamping 
R :: how to fill na values in r 
R :: how to set the first column as row names in r 
R :: read csv file in r 
R :: r box plots 
R :: rename columns based on a variable in r 
R :: how to combine all columns into one column in r 
R :: how to read in a text file in r 
R :: r type of object 
R :: check R package 
R :: dataframe to r code 
R :: turn a numeric dataframe to binary in r 
R :: ggplot2 reverse order of scale_brewer color 
R :: R: reverse-stacked-bar-order 
R :: How to use group_by inside a function? 
R :: SSL certificate problem in R 
ADD CONTENT
Topic
Content
Source link
Name
5+7 =