Forum Discussion

m_essaid's avatar
m_essaid
Valued Contributor
4 years ago
Solved

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 ...
  • AlexKaras's avatar
    AlexKaras
    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?