I am getting "element not clickable at point..." error only for Google Chrome when ran in Apple device. Same test works on Windows for any browser but only problem is Chrome on Macs.
It is a link element and is being identified in a Page Class as below. link(:my_element, id: 'elementid') And here is how I am clicking this element page.my_identity_element.wait_until(&:present?).click This same code works on any browser in Window but the problem is only on Apple. I saw somewhere that you could use JavaScrpt syntax 'executor_script' to make it clickable. But I have tried using it and not being able to make it work. Does anyone know what that JS executor syntax would look like in my program above? -- -- 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. [email protected] http://groups.google.com/group/watir-general [email protected] --- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
