Using Robot Framework and Selenium I am able to retrive the datalayer with the following command:
${dataLayer}= Execute Javascript return window.dataLayer
how do I get the same results using the Browser Library instead of the Selenium Library?
I expect to get in ${dataLayer} the window.dataLayer
New contributor
Forte Giocoso is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.