svishwakarmaOccasional ContributorJoined 5 years ago7 Posts1 LikeLikes received1 SolutionView All Badges
ContributionsMost RecentMost LikesSolutionsGetting issue to automate Frame element in web Hi All, I am getting problem to automation Frame element in web. In My application have a frame so I am unable to add checkpoints inside the frame. Can anyone help me out this. Thanks in advance. SolvedRe: Issue with virtual browser Solution : Please try setting "1" in the "Device Pixel Ratio" column for the virtual browser you're using: https://support.smartbear.com/testcomplete/docs/working-with/managing-projects/properties/open-apps/web-testing/virtual-browsers.html Re: Issue with virtual browser Thanks for replying. Yes I am agree that some time element does not appear in mobile view so I recorded a script in mobile view and play then still I am getting below error: The window size is (0, 0); the screen rectangle: the left top corner is (8, 80), the right bottom corner is (8, 80). Issue with virtual browser Actually I recorded a script in browser maximum size and try to run same script in virtual browser then I am getting error. Basically I need to run my script for mobile browser so I need to create a separate script for mobile browser or I can run same script on mobile browser (virtual browser). Please suggest me. Thanks in advance. Sandip SolvedRe: How to set pre-condition for TestComplete Thanks all of you. I got solution, I set the property in the chrome browser whenever browser opens then cache should be clear. In this way I got solution. Thanks Sandip How to set pre-condition for TestComplete I want to clear cache before every test script I want to set pre condition for test script. Please suggest a solution for same issue. Thanks in advance. Sandip SolvedRe: How to set pre-condition for TestComplete I recorded cache clear steps when I run and recorded script pass but browser still have cache. anyone have any other solution? please share. Thanks in advance Sandip