Bounding Box interface (#3906)

* Add an interface describing a bounding box registered on the workspace

* Clear the bounding box array

* PR comments

* Update chromedriver
This commit is contained in:
Sam El-Husseini
2020-05-19 18:06:11 -07:00
committed by GitHub
parent 38557d45be
commit fd916fdb9b
13 changed files with 122 additions and 18 deletions

View File

@@ -9,7 +9,7 @@ module.exports = {
chrome: {
// check for more recent versions of chrome driver here:
// https://chromedriver.storage.googleapis.com/index.html
version: '81.0.4044.20',
version: '83.0.4103.39',
arch: process.arch,
baseURL: 'https://chromedriver.storage.googleapis.com'
},