Forum Discussion

vjdavis's avatar
vjdavis
New Contributor
7 years ago
Solved

What do I need to add for nested quotes to work?

  var modelButton = Aliases.browser.pageBbnavisionProjectsiteQaAzure.NativeWebObject.Find("innerText", "Add New Model");
  • tristaanogre's avatar
    7 years ago

    What code language are you using?  

     

    Basically, use the escape character...  so, nested quotes would look, in a string like

     

    Log.Message("\"this shows nested quotes\"")

    I don't see, though, in your posted code example what you are trying to achieve... nothing appears to be a nested quote of any sort.  But, if you need to do so, in JavaScript, the above example should demonstrate.