Skip to content

Commit

Permalink
Retry 2023 - Start
Browse files Browse the repository at this point in the history
  • Loading branch information
bedantaguru committed Feb 10, 2023
1 parent f762ecb commit fc31ae3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions R/RSeleniumTools_remoteDrivers_specificConfigs.R
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,11 @@ rst_remotedriver_specific_config_chromium <- function(
# proxy is set at argument level
# Ref
# https://www.chromium.org/developers/design-documents/network-settings
pl <- wap_browser_config_implementer(browser = chromium_browser,
arg_lst = list(
paste0('--proxy-server=',proxy_host,':', proxy_port)
))
pl <- wap_browser_config_implementer(
browser = chromium_browser,
arg_lst = list(
paste0('--proxy-server=',proxy_host,':', proxy_port)
))

cnf <- merge_list(cnf, pl)
}
Expand Down Expand Up @@ -277,7 +278,7 @@ rst_remotedriver_specific_config_firefox <- function(

if(no_credential_store_offer){

warning("Not implemented yet")
warning("Not implemented yet")

}

Expand Down

0 comments on commit fc31ae3

Please sign in to comment.