You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am unable to set the language for Selenium. According to my understanding, these two options are not supported: @config = {
headers: { "Accept-Language" => "de-DE" }
}
or
options.add_argument("--lang=de-DE")
The text was updated successfully, but these errors were encountered:
I am unable to set the language for Selenium. According to my understanding, these two options are not supported:
@config = {
headers: { "Accept-Language" => "de-DE" }
}
or
options.add_argument("--lang=de-DE")
The text was updated successfully, but these errors were encountered: