mardi 19 mai 2020

Robotframework + Chrome v.80 "fake" button clicking

I have a problem with executing simple "Click Button" keyword using RobotFramework (Windows 10 OS) I am using Chrome version 80.0.3987.132 (32-bit) with Chromedriver 80.0.3987.16 Other packages info:

  • certifi-2020.4.5.1,
  • chardet 3.0.4,
  • idna 2.8,
  • requests 2.21.0,
  • robotframework-3.2.1,
  • robotframework-requests-0.7.0,
  • urllib3 - 1.24.3,
  • seleniumlibrary 4.0.0
  • selenium 3.1.41

When I try to run the test on localhost it is passing (so locator is correct), but I cannot see the effect on the screen (cursor moving, then new window with new button should appear after clicking first button), thus I cannot click that next button on new window, because it's not visible. It is like "fake clicking". I am 100% sure there is no problem with locator, because this test was working before some Chrome update (I cannot downgrade - it is company distribution), also on CI execution with Firefox I can see the button has been clicked properly.

It must be something with libraries/chromedriver - does someone have similar problem?

Aucun commentaire:

Enregistrer un commentaire