The trace you provided only shows a single click, so it isn't a geckodriver issue.Do Watir.logger.level = :debug & Selenium::WebDriver.logger.level = :debuglink to a gist with the output. Something appears to be preventing the click command from happening.>> Something appears to be preventing the click command from happening.<<
--
--
Before posting, please read https://github.com/watir/watir_meta/wiki/Guidelines-for-Posting-to-Watir-General-Google-Group.
In short: search before you ask, be nice.
watir-...@googlegroups.com
http://groups.google.com/group/watir-general
watir-genera...@googlegroups.com
---
You received this message because you are subscribed to the Google Groups "Watir General" group.
To unsubscribe from this group and stop receiving emails from it, send an email to watir-genera...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/watir-general/60ab76c3-23e8-4b41-802f-56954b662fe4%40googlegroups.com.
require 'watir'
b=Watir::Browser.new :firefox
b.goto 'https://uat.allianz-go.com'
b.text_field(name: 'username').set 'JyoUser'
b.text_field(name: 'password').set 'Test@123'
b.button(id: 'producer').click
---
You received this message because you are subscribed to the Google Groups "Watir General" group.
To unsubscribe from this group and stop receiving emails from it, send an email to watir-...@googlegroups.com.
did you notice the whimboo is asking anything has changed in ruby binding for prining the geckodriver. Can you please reply to him?
>>Note that I also don't use Ruby. And if the instructions as layed out on the trace log page don't work, it might be good to know what the Ruby folks changed. Once we know we could update the docs.<<
require.js load timeout for modules: main
ReferenceError: Communication is not defined