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;








0















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










share|improve this question






























    0















    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










    share|improve this question


























      0












      0








      0








      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










      share|improve this question
















      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






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 23 at 7:09







      aswathy sali

















      asked Mar 23 at 7:03









      aswathy saliaswathy sali

      297




      297






















          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
          );



          );













          draft saved

          draft discarded


















          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















          draft saved

          draft discarded
















































          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.




          draft saved


          draft discarded














          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





















































          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







          Popular posts from this blog

          Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

          Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

          Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript