Javascript – How to find element in the modal window
I have next modal window: When I try to work with dropdown or calendar, get partySizeField() { return $("#sn-reservationSelectorPartySize"); } async partySizeValues() { await this.partySizeField.click(); } I get an error Error: Can't call click on element with selector "#sn-reservationSelectorPartySize" because…