lefthandedgoat / canopy

f# web automation and testing library, built on top of Selenium (friendly to c# also)
http://lefthandedgoat.github.io/canopy/
MIT License
507 stars 115 forks source link

Will it work with last Selenium 4.23?.. #531

Open new-user-name opened 4 months ago

new-user-name commented 4 months ago

Thanks a lot for your excellent package. I'm moving now from 4.8 Framework to .Net 8. It's going on with problems here and there. Maybe you have some migration advice?..

lefthandedgoat commented 4 months ago

Off the top of my head all I can think of is possible changes to the way screenshots work. I think there are some things related to checking the size of the screen that I couldnt do with .net core.

I did my best to make it as seemless as possible. There is a migration guide if you arent using canopy 2.* already https://github.com/lefthandedgoat/canopy/blob/master/docs/content/upgrade1to2.fsx.broken

new-user-name commented 4 months ago

Thanks. I definitely will continue using Canopy, it's my favorite package.

lefthandedgoat commented 4 months ago

Awesome =) thanks for the kind words