Yufan Fei

Results 22 comments of Yufan Fei

I've just incorporated a test, though I expect it to fail, as I've rolled back the previous code change – a change that this test should fail. About the test:...

I checked out the Selenium Firefox Docker image, and it looks like the bug isn't there in version 2.53.0. That's probably why the test passed even without the fix.

Hi @tdhock , do you think checking for compilation errors in the GH action is enough? I recall when I worked on the `color_off` function, most issues from the manual...

I opted to use the Chromedriver in the `wdman` package instead of `Chromote` as proposed in the previous PR, since there are numerous functions in the remoteDriver test suite that...

Also some concerns: 1. Using Chrome as the headless driver for testing may result in incompatibilities, if the local Chrome browser is not updated to the available Chrome driver versions....

> You wrote "The following error occurs in test-shiny.R" but are you sure that you were running test-shiny.R? The output says `Error (test-tt-inter.R:3:1): ` and that file, test-tt-inter.R looks old,...

I'm still unable to get it to work due to incompatibility between the Chrome version and the Chrome Driver version on my machine. ``` [1] "115.0.5790.102" # the Chrome version...

I have utilized WebDriver managers `wdman` to get the 'latest_compatible' version of ChromeDriver, in [here](https://github.com/animint/animint2/pull/82/files#diff-d440752ad5b3ed645d8cf33aae54cc93d95f832734bedde46ce4c1942306aa27R98-R101), it should be working because I have successfully run the test before. There are two...

I've looked into it and it seems that many packages like `webdriver` and `webshot` are now leaning towards using `Chromote` as their remote browser driver, maybe that's the right choice....

I see, I'll dive deeper into that. Just found out the latest [announcement](https://chromedriver.chromium.org/downloads/version-selection) on the chromedriver's site. Looks like Chrome and ChromeDriver are now release together. So, I'm thinking we...