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
In Europe a cookies popup appears before search is available, so tests in this project fail without supporting it.
Also it is needed to use submit to submit search query, current use of sendKeys(searchTerm+Keys.ENTER, ...); does not work (it adds a line break in the search box).
The text was updated successfully, but these errors were encountered:
In Europe a cookies popup appears before search is available, so tests in this project fail without supporting it.
Also it is needed to use
submit
to submit search query, current use ofsendKeys(searchTerm+Keys.ENTER, ...);
does not work (it adds a line break in the search box).The text was updated successfully, but these errors were encountered: