Forum Discussion

SK2's avatar
SK2
Contributor
3 years ago
Solved

How to access iFrame objects in chrome browser using TestComplete

I am working in Salesforce application. Here is my scenario: Opens Salesforce application Navigate to setup and select one of the user profile Now, I need to click on the Login button within the p...
  • npaisley's avatar
    npaisley
    3 years ago

    Hey SK2

     

    Ok, so that's a step in the right direction! 

     

    Those backslashes are going to be required when executing this in the IDE as Python code, we just needed to remove them for basic CLI interaction. 

     

    For Python and the TC IDE, you will receive that error if you do not have the indentions correct. I would make sure you're indenting properly, and add those slashes back.

     

    For instance, this is how I have mine setup and launches Chrome without any popups.