There is a web-page with default language and two other options to be translated to. URLs of all three are the same (though pages are in different languages). How do I scrape the contents of the page in specific language that I need?
but English, not the LV version
@Olga1 In order to select the desired language you will have to use 2 'Element click' selectors.
Example:
{"_id":"swedbank-lv-en-test","startUrl":["https://www.swedbank.lv/private/d2d/start"],"selectors":[{"clickElementSelector":"html:has(.page-header__tool-bar .-control span:not(:contains(\"ENG\"))) .page-header__tool-bar .-control span","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":1000,"discardInitialElements":"discard-when-click-element-exists","id":"click-1","multiple":true,"parentSelectors":["_root"],"selector":"html","type":"SelectorElementClick"},{"clickElementSelector":"html:has(.page-header__tool-bar .-control span:not(:contains(\"ENG\"))) ul[id*=\"ui-dropdown-uid\"] li:contains(\"ENG\"):visible","clickElementUniquenessType":"uniqueText","clickType":"clickOnce","delay":1000,"discardInitialElements":"do-not-discard","id":"click-2","multiple":true,"parentSelectors":["_root"],"selector":"html","type":"SelectorElementClick"},{"id":"selected-language","multiple":false,"parentSelectors":["_root"],"regex":"","selector":".page-header__tool-bar .-control span","type":"SelectorText"}]}