Skip to content
Advertisement

Tag: google-chrome-extension

Is there any equivalent to selenium FindElements By.XPath in chrome extension java script?

I have some experience in Selenium, using some code as below to locate elements using XPath; I recently started to develop an Chrome extension, and I could not find any similar way to locate elements using easier way similar to XPath. I’m having many complex queries developed in selenium, using the XPath methods. I just want to do the same

Proxy Chrome Storage

I am trying to get my proxy chrome extention to keep on/off after closing using chrome.local.storage. This does not seem to work, can anyone give some examples on how to get this kind of code working? Right now my pac proxy works and turns on and off. The local storage does not seem to work at all, but I followed

Building Chrome Extensions with Vuejs and Vuecli

I’m currently building a Chrome Extension with a vuejs powered frontend. This worked pretty great using vuecli. Up until the point at which the app started using the Webextension-API. Normal websites do not have access to this API; registered Extensions do. So what’s a good setup for developing a vuejs-Extension with the power of using vuecli (which supports webpack tooling)?

Advertisement