Chrome Extension for automating tasks [on hold]
up vote
0
down vote
favorite
I'm attempting to write a program to automate browser tasks that include navigating around various pages of a website. The tasks mainly include inserting text into text boxes and clicking buttons on the page. I've already accomplished this with some success using java with Selenium. However, for the sake of simplifying distribution (to people in my office some of whom use windows, others mac) is it possible to accomplish the functionality similar to a Selenium test with a Chrome extension? And if so, is it considered best practice to distribute automation scripts that way?
google-chrome-extension ui-automation
put on hold as too broad by wOxxOm, Owen Pauling, EdChum, greg-449, Unheilig 14 hours ago
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
up vote
0
down vote
favorite
I'm attempting to write a program to automate browser tasks that include navigating around various pages of a website. The tasks mainly include inserting text into text boxes and clicking buttons on the page. I've already accomplished this with some success using java with Selenium. However, for the sake of simplifying distribution (to people in my office some of whom use windows, others mac) is it possible to accomplish the functionality similar to a Selenium test with a Chrome extension? And if so, is it considered best practice to distribute automation scripts that way?
google-chrome-extension ui-automation
put on hold as too broad by wOxxOm, Owen Pauling, EdChum, greg-449, Unheilig 14 hours ago
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
What success? Where is the code? What have you done so far?
– Yash Karanke
yesterday
A Java desktop executable that opens a browser and performs the chrome browser and performs the tasks I want.
– Bartosz
yesterday
Basically what I'm asking is does it make sense to navigate web pages and perform clicks using a chrome extension.
– Bartosz
yesterday
You can do it as long as you're okay with certain restrictions like the inability to generate trusted DOM events. I don't think you'll get an answer about "best practices" bit as it's a broad topic that needs [probably extensive] research so it's up to you to perform it.
– wOxxOm
17 hours ago
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm attempting to write a program to automate browser tasks that include navigating around various pages of a website. The tasks mainly include inserting text into text boxes and clicking buttons on the page. I've already accomplished this with some success using java with Selenium. However, for the sake of simplifying distribution (to people in my office some of whom use windows, others mac) is it possible to accomplish the functionality similar to a Selenium test with a Chrome extension? And if so, is it considered best practice to distribute automation scripts that way?
google-chrome-extension ui-automation
I'm attempting to write a program to automate browser tasks that include navigating around various pages of a website. The tasks mainly include inserting text into text boxes and clicking buttons on the page. I've already accomplished this with some success using java with Selenium. However, for the sake of simplifying distribution (to people in my office some of whom use windows, others mac) is it possible to accomplish the functionality similar to a Selenium test with a Chrome extension? And if so, is it considered best practice to distribute automation scripts that way?
google-chrome-extension ui-automation
google-chrome-extension ui-automation
asked yesterday
Bartosz
13
13
put on hold as too broad by wOxxOm, Owen Pauling, EdChum, greg-449, Unheilig 14 hours ago
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
put on hold as too broad by wOxxOm, Owen Pauling, EdChum, greg-449, Unheilig 14 hours ago
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
What success? Where is the code? What have you done so far?
– Yash Karanke
yesterday
A Java desktop executable that opens a browser and performs the chrome browser and performs the tasks I want.
– Bartosz
yesterday
Basically what I'm asking is does it make sense to navigate web pages and perform clicks using a chrome extension.
– Bartosz
yesterday
You can do it as long as you're okay with certain restrictions like the inability to generate trusted DOM events. I don't think you'll get an answer about "best practices" bit as it's a broad topic that needs [probably extensive] research so it's up to you to perform it.
– wOxxOm
17 hours ago
add a comment |
What success? Where is the code? What have you done so far?
– Yash Karanke
yesterday
A Java desktop executable that opens a browser and performs the chrome browser and performs the tasks I want.
– Bartosz
yesterday
Basically what I'm asking is does it make sense to navigate web pages and perform clicks using a chrome extension.
– Bartosz
yesterday
You can do it as long as you're okay with certain restrictions like the inability to generate trusted DOM events. I don't think you'll get an answer about "best practices" bit as it's a broad topic that needs [probably extensive] research so it's up to you to perform it.
– wOxxOm
17 hours ago
What success? Where is the code? What have you done so far?
– Yash Karanke
yesterday
What success? Where is the code? What have you done so far?
– Yash Karanke
yesterday
A Java desktop executable that opens a browser and performs the chrome browser and performs the tasks I want.
– Bartosz
yesterday
A Java desktop executable that opens a browser and performs the chrome browser and performs the tasks I want.
– Bartosz
yesterday
Basically what I'm asking is does it make sense to navigate web pages and perform clicks using a chrome extension.
– Bartosz
yesterday
Basically what I'm asking is does it make sense to navigate web pages and perform clicks using a chrome extension.
– Bartosz
yesterday
You can do it as long as you're okay with certain restrictions like the inability to generate trusted DOM events. I don't think you'll get an answer about "best practices" bit as it's a broad topic that needs [probably extensive] research so it's up to you to perform it.
– wOxxOm
17 hours ago
You can do it as long as you're okay with certain restrictions like the inability to generate trusted DOM events. I don't think you'll get an answer about "best practices" bit as it's a broad topic that needs [probably extensive] research so it's up to you to perform it.
– wOxxOm
17 hours ago
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
What success? Where is the code? What have you done so far?
– Yash Karanke
yesterday
A Java desktop executable that opens a browser and performs the chrome browser and performs the tasks I want.
– Bartosz
yesterday
Basically what I'm asking is does it make sense to navigate web pages and perform clicks using a chrome extension.
– Bartosz
yesterday
You can do it as long as you're okay with certain restrictions like the inability to generate trusted DOM events. I don't think you'll get an answer about "best practices" bit as it's a broad topic that needs [probably extensive] research so it's up to you to perform it.
– wOxxOm
17 hours ago