SilkPerformer 10.0, IE 8 Side Note: I'm new to silkperformer. My Goal: Register as a new user on a website, add a guest, register for events I wish to attend My navigation: I register for a website, (no problems). Then I want to add a guest to my account. I go through the process of adding a guest and an event. When I run the script, I don't have any errors, but I am unable to add guests or register for event. The problem I noticed is that both the person and the events have unique identifiers everytime you log in. If you look at the code below, the field "PersonID" has a unique identifier. In this case it's 31799. So when I try to run the script I am able to create my account, but It will not create the hard coded "Guest". Any ideas on how I could learn what that object is each time I execute, or a way to "ignore" / or wildcard that value? I'm just in the need of ideas. As for the events, I am having the same problem with checkboxes. The value of the checkboxs change with each new user to the site. So each virtual test user will have the checkboxes but their id's will be the same. Thanks - Scott. Here is part of the code: MELIORAWEEKENDTEST_SERVICES_ACCO021: "PersonID" := "31799", "GuestID" := "null", "FirstName" := "Martha", "LastName" := "Washington", "MaidenName" := "Slovinki",
↧