aerokube / ggr

A lightweight load balancer used to create big Selenium clusters
https://aerokube.com/ggr/latest/
Apache License 2.0
314 stars 74 forks source link

Unable to run UI Test Case using Selenium 4 thru ggr on Selenoid and getting System.ArgumentException : elementDictionary (Parameter 'The specified dictionary does not contain an element reference') #363

Closed bharatgarg211 closed 2 years ago

bharatgarg211 commented 2 years ago

Hi All,

Please assist us.. we are trying to run our selenium test cases on Selenoid via ggr but getting below error System.ArgumentException : elementDictionary (Parameter 'The specified dictionary does not contain an element reference')

ChromeDriver Used : Latest Chrome : latest ggr : latest Selenium Version : Version of Selenium 4 i.e. 4.1.0

Also tried solution given here : https://github.com/aerokube/ggr/issues/354 but no luck by replacing default Version as below in quota file image

Test cases are running fine with Selenium 3.141

bharatgarg211 commented 2 years ago

Can anyone please assist in resolving this issue

vania-pooh commented 2 years ago

@bharatgarg211 this is an issue in your code, not Ggr.

bharatgarg211 commented 2 years ago

@vania-pooh can you please assist what can be proable reason in code as my code is not throwing any error with Sel 3.141

vania-pooh commented 2 years ago

@bharatgarg211 please show your capabilities.

bharatgarg211 commented 2 years ago

Issue is resolved by implementing a scheduler for restarting Selenoid,ggr and wsl

bharatgarg211 commented 2 years ago

done