How to run tests in multiple browsers for cross-browser testing using Java in OpenscriptHow to pass runtime arguments in OpenScript - Oracle Application Testing Suite?How to get Current-Session-Number of Results Folder in OpenScript?Want to use Script recorded for OFT(OATS) in OLT(OATS) module.Any suggestions on how?Successful test from OpenScript fails in Test Managger with “Find Object Timeout” error (Oracle)Compile and run Oracle openscript by batch fileOATS OpenScript: How to capture the screenshot of a full pageUnable to fetch BasicReport.htm_source.xml in Openscript Test Result folder after executionOLT execution results in ScriptException that wasn't caught when run locally on OpenscriptHow to test, that that certain form will NOT come up in Oracle OpenscriptOATS OpenScript - Slowness in Repetition Tests
How to explain intravenous drug abuse to a 6-year-old?
How can it be that ssh somename works, while nslookup somename does not?
Capturing the entire webpage with WebExecute's CaptureImage
Why is it wrong to *implement* myself a known, published, widely believed to be secure crypto algorithm?
I'm attempting to understand my 401k match and how much I need to contribute to maximize the match
How to start your Starctaft II games vs AI immediatly?
Why doesn't Dany protect her dragons better?
Sprout Reports plugin - How to output a Matrix field into a row
What is the oldest instrument ever?
Is it possible to do moon sighting in advance for 5 years with 100% accuracy?
Align a table column at a specific symbol
Opposite party turned away from voting when ballot is all opposing party
How to append code verbatim to .bashrc?
Would the rotation of the starfield from a ring station be too disorienting?
How long can fsck take on a 30 TB volume?
Why is there a cap on 401k contributions?
Why is the episode called "The Last of the Starks"?
Expl3 and recent xparse on overleaf: No expl3 loader detected
My perfect evil overlord plan... or is it?
What should I use to get rid of some kind of weed in my onions
Are wands in any sort of book going to be too much like Harry Potter?
logo selection for poster presentation
Was Mohammed the most popular first name for boys born in Berlin in 2018?
Is this strange Morse signal type common?
How to run tests in multiple browsers for cross-browser testing using Java in Openscript
How to pass runtime arguments in OpenScript - Oracle Application Testing Suite?How to get Current-Session-Number of Results Folder in OpenScript?Want to use Script recorded for OFT(OATS) in OLT(OATS) module.Any suggestions on how?Successful test from OpenScript fails in Test Managger with “Find Object Timeout” error (Oracle)Compile and run Oracle openscript by batch fileOATS OpenScript: How to capture the screenshot of a full pageUnable to fetch BasicReport.htm_source.xml in Openscript Test Result folder after executionOLT execution results in ScriptException that wasn't caught when run locally on OpenscriptHow to test, that that certain form will NOT come up in Oracle OpenscriptOATS OpenScript - Slowness in Repetition Tests
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I am new to openscript.I am using openscript with Java . I want to use Firefox, IE, Chrome in one single code at a time for doing cross-browser testing.
but currently i have the setting to run only in fire fox web browser .
i am using following command to set the browser type
//Specify Browser as firefox..
browser.setBrowserType(BrowserType.Firefox);
I could not find any doc regarding the same.Any help will be appreciated
openscript
add a comment |
I am new to openscript.I am using openscript with Java . I want to use Firefox, IE, Chrome in one single code at a time for doing cross-browser testing.
but currently i have the setting to run only in fire fox web browser .
i am using following command to set the browser type
//Specify Browser as firefox..
browser.setBrowserType(BrowserType.Firefox);
I could not find any doc regarding the same.Any help will be appreciated
openscript
add a comment |
I am new to openscript.I am using openscript with Java . I want to use Firefox, IE, Chrome in one single code at a time for doing cross-browser testing.
but currently i have the setting to run only in fire fox web browser .
i am using following command to set the browser type
//Specify Browser as firefox..
browser.setBrowserType(BrowserType.Firefox);
I could not find any doc regarding the same.Any help will be appreciated
openscript
I am new to openscript.I am using openscript with Java . I want to use Firefox, IE, Chrome in one single code at a time for doing cross-browser testing.
but currently i have the setting to run only in fire fox web browser .
i am using following command to set the browser type
//Specify Browser as firefox..
browser.setBrowserType(BrowserType.Firefox);
I could not find any doc regarding the same.Any help will be appreciated
openscript
openscript
edited Mar 23 at 7:09
aswathy sali
asked Mar 23 at 7:03
aswathy saliaswathy sali
297
297
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55311434%2fhow-to-run-tests-in-multiple-browsers-for-cross-browser-testing-using-java-in-op%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55311434%2fhow-to-run-tests-in-multiple-browsers-for-cross-browser-testing-using-java-in-op%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown