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 ...
- 4 years ago
Hi,
What is the result of the execution of your code?
Try to replace .Click() with .click(). (Small initial 'c') Does it help?