Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderPico committed May 2, 2023
1 parent e9822dc commit d707a11
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions scripts/fetch_figures.R
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,10 @@ for (j in 1:5) {
port = 4445L
)
cat("Attempting to open remoteDriver\n")
#remDr$open()
rD <- rsDriver()
remDr <- rD$client
remDr$open()

cat("\n\nDEBUG:\n")
cat(remDr$getStatus()[[1]])
cat(unlist(remDr$errorDetails()))

## go to page
tryCatch({
Expand Down

0 comments on commit d707a11

Please sign in to comment.