After updating to Selenium 4 -beta-4 I am getting UnsupportedCommandException
when trying to access Select element (happens on Remote Run(Linux), on Local run everything is ok(MacOs))
Asked
Active
Viewed 1,602 times
-1

cruisepandey
- 28,520
- 6
- 20
- 38

Arman Ayvazyan
- 1
- 3
-
just changed Select usage to sendKeys and it worked, but anyway it just resolve my problem but not Select class problem – Arman Ayvazyan Jun 22 '21 at 14:59