m_essaid
4 years agoValued Contributor
QuerySelector and multiple parameters
Hi,
I'm trying to automate a webpage essentially with QuerySelector.
I have a problem with a webpage that opens a popup : I have the same field in the main page than in the popup.
The popup had a the following div :
<div id="windowPopup>
And it contains the duplicated field which I have the following property :
data-bind="value: sSurname"
I need to use a combination of theses 2 properties to enter text on the right field.
Is it possible ? What could be the syntax please ?
Any help would be much appreciated,
Hi,
What is the result of the execution of your code?
Try to replace .Click() with .click(). (Small initial 'c') Does it help?