Capybara check element has class.
Jun 9, 2014 · For my rails 3.
Capybara check element has class. have_current_path(expected_path) .
Capybara check element has class The color is saved (eg. There are a million things I want to learn, but at the very basic part of it I want to know how to find a certain element that is a sibling and comes after another element that I am able to find? Take a page like this: Mar 22, 2011 · For what it's worth, I'd call it a drop-down menu, not a field, so I'd write: Then the "cars" drop-down should contain the option "audi" To answer your question, here's the RSpec code to implement this (untested): Mar 19, 2015 · Capybara check if no selector has text of numbers greater than 500. Nov 2, 2017 · I have html code with div having same matching text in class name as menu1 and text like . How to check if child element has class? Hot Network Questions What is the meaning behind stress distribution in a material Jul 7, 2017 · Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about your product, service or employer brand Apr 22, 2018 · is there any way to check an element has a class for eg in angular1 angular. Feb 16, 2024 · Due to the fact that your check boxes are not visible and you are are targeting the label element with your selector, I believe you just need to enable the automatic_label_click option. 2. Let's see what the Capybara API docs say about the Capybara::Node::Element#click method: Aha! Another mystery solved, the documentation states that the element will be clicked in the middle unless offsets are specified: Nov 1, 2024 · The check box can be found via name, id, test_id attribute, or label text. By default, each element has a full set of CSS styles assigned to it, most of them is implicitly using the browser defaults and some of them is explicitly redefined in CSS stylesheets. But I'm a newbie with ruby and cucumber (and this is my first post Jul 18, 2018 · Using XPath with Capybara is generally only necessary if one needs to do text content matching (that can't be done with the :text option), if you need to search up the document, or you need to escape the current scope. getElementById('test'); console. When you try to find an element that isn't on the page, it waits and retries until it is there, or a timeout duration elapses. Sep 22, 2015 · My problem is that I have this element and I want to do a check based on if the class attribute has that "active" value among the others, being more elegant solution then using xpath. The find method returns an instance of Capybara::Node::Element, and then the test invokes the click method on the found element. They are typically used when using finders , and certain actions . Basically, I want to see if the element has Mui-checked and if it doesn't them programmatically check it. All I can think of is: assert find(". At this point, I am speculating that since the tbody object didnt have that css selector at the time it was found and returned by the #find method, that this is why it is returning DSL. You can add :maximum to check it: el = first('#blabla', maximum: 1) el. Your help is welcome. Feb 6, 2019 · How can I check if the css class was added to the div after the button click? I have a button with class "btn-success" and a modal form which by default doesn't have "show" class, but after clicking on the button the "show" class is added to the modal. the search is done not within . g. neural_network do |f| %> <%= f. Jan 11, 2019 · I want to test that my specific tr element gets a selected css class added to it when I click a cell. big { font-size: 20px; } } . Capybara comes with a user-friendly DSL (Domain Specific Language) which is used to Aug 12, 2013 · You can do the following to check that the element does not have any text and has no child elements (ie is actually empty): # Has no child elements find("#foo td:nth-child(2)"). It will not check the element itself. In my rails application I ask a user for their favorite color. reset_sessions! Capybara. The wait time is defined at Capybara. drawer') do Or if you really prefer xpath, you can do: within("//div[@id='first' and @class='drawer']") do In Rspec, these also map to matchers like page. classList. I want to identify the specific row by its text, then click a cell in the row, and then check i Aug 12, 2013 · Then /^I should not see the "([^\"]+)" ([^\s]+) field$/ do |name, type| begin # Capybara throws an exception if the element is not found find(:xpath, "//input[@type='#{type}' and @name='#{name}']") # We get here if we find it, so we want this step to fail false rescue Capybara::ElementNotFound # Return true if there was an element not found Aug 8, 2011 · I want to be specific in the test by saying the second element should only have the class "current". I usually set up a var with the condition and then refer to it later on. toggle_checkbox. find expects CSS selectors, not class values. Jan 8, 2018 · @user8750496 I would still recommend the use of CSS (so has_css?) instead of XPath whenever possible - makes for much more readable code and simpler selectors. Jun 16, 2020 · Without seeing the HTML I can't give you a better one - but at least part way along there has to be an element with an id you can target instead. Here it is. RSpecにおいてCapybaraはビュースペック spec/views/* あるいはフィーチャースペック spec/features/* において利用する。 Capybaraの機能は、RSpecと同じくテストを記述的に実装するためにDSLとして提供されている。 Jul 25, 2012 · Check if all (hidden) elements contain a string with Minitest/Capybara Hot Network Questions Why did General Groves mention the baby delivery count here? May 24, 2012 · I have an element that is hidden with a button click, but for cosmetic reason we are hiding it by changing the opacity. No the issue is,I want to check the background color of the second div . Jun 8, 2014 · I'm using RSpec2 and Capybara for acceptance testing. parent { font-size: 16px; &. blank-state' . There's no content, inner_html, inner_text, or node methods on a Capybara::Element. I would like to assert that link is disabled or not in Capybara. Dec 7, 2015 · In general this is good advice, with at least one exception: if you are trying to test whether an element is visible to the user. Absence of a class can be checked by prefixing the class name with ! If you need to check for existence of a class name that starts with ! then prefix with !! class:['a', '!b', '!!!c'] # limit to elements with class 'a' and '!c' but not class 'b' Oct 9, 2014 · The important thing to note is that this gets the element instantly, there's no capybara magic of waiting until an element appears, so you may want to find the element before using this method to check the contents. Dec 19, 2024 · The native element from the driver, this allows access to driver specific methods. Capybara, checking HTML element by ID and Class. All of the following methods can be called on a Capybara::TestHelper instance. Using the id i can get the v Nov 27, 2016 · The next thing to note is that (by default) Capybara will only find visible elements, so find('#blah') will either return a visible element or raise a Capybara::ElementNotFound exception. nil? Nov 16, 2016 · Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about your product, service or employer brand May 13, 2015 · I am trying to use learn Capybara for a scraping task I have. all('*'). e; When you use XPath locator inside within it should start with . I have a webform with a preview; as you change certain parts of the web form, the previews update, and I want to check for this in my tests - so I really do need to check the styling that is applied to a div. visible? if has_css?(". May 30, 2017 · The validation library I am using adds a class to an input if it doesn't fit some validation requirements. In the latter case, a matching element must have both the HTML tag and the DOM class or ID. Using capybara-ui you could use the #widgets method to get all of the elements in top-down order. attr('id'); // Preserve existing id Nov 5, 2015 · Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about your product, service or employer brand Feb 11, 2014 · So going from the last comment from Sush, The first line in the code in the question is not correct at all. i-stars--large-3. new expected_order = ['buy milk', 'get gas', 'call dad'] actual_order Sep 6, 2013 · You want to do: result = page. Click the Element. If you need to assert for the existence/non-existence of an element on a page you could do something like May 1, 2017 · If you have to pass 'visible: false' to any of the Capybara methods in order to find the element, then the element is not actually visible on the page. That will verify that the element is not shown. But I cannot find any explanation of how to applying an assertion (has value, contains, or has class) to an element whose ID I know. #D2D2D2) and then applied as the background-color element to a predefined CSS Styles are key-value pairs, not just "tags". e //li[2] and i also know how target an element by class //li[@class="current"] but i dont know how to bring them both together to to write this test. switchLogin. find(:xpath, "//div[contains(text(), \"Berlin\") and contains(@class, \"menu1\")]") Note: I want both class and text to be in my xpath Jul 16, 2014 · It seems that #has_css? will look within the node, but not at the level of the node. In RSpec, you can use page. class', "some-class") I just want know if it does, and if doesn't then perform some action that gives it that class. has_css?(". Drop items on the current element. should assertions. Dec 18, 2024 · Only find elements with matching class/classes. I found this code, but it doesn't work. myclass but within the whole document). . contains('cont 1 day ago · Right Click the Element. They select a value (a hex input). hasClass('my-class'); How can I achieve the same in angular5 Sep 30, 2015 · So, what I do now instead of just catching the clicked element is to simulate mouse click on the coordinates of the desired element and to check that page address has not changed. find('. page. If it's not actually visible on the page then a user wouldn't be able to click on the element so click will fail. Mar 29, 2016 · A straight of the head code is to just invoke a has_link? matcher and then click_link action:. i. How can I do this? Jan 10, 2012 · I think that the find statement here is the one with the implicit wait, so Capybara will wait until the element is on the page, but won't wait for it to become visible. Firstly, you're checking for a class name so you need a . Assuming people aren't just making things up, perhaps you get something different back from find depending on what else you have loaded with Capybara. Drag the element to the given other element. Also, an element can have many classes, so if you want to test if it has a particular class you need to do something like the following: Aug 29, 2018 · Check element has class in angular5. Aug 16, 2016 · let lazily defines variables, which means the value isn't actually set (and in this case the Post object) until its first use. should=='' Mar 23, 2015 · I meanwhile have come to the conclusion that the behaviour of Chrome is normal: focus is kept in the console, so the element in fact doesn't really receive focus and doesn't show. find('div. click_link('name') end But it will be not the fastest solution as Capybara will make two queries to driver to get element: first one in has_link? and the second one in click_link. I have heretofore only used it for testing. class-name"). This behaviour can be overridden by passing `:all` to this With capybara and minitest, how would you check for visibility of a element if the element exists on the page? The class isn't always guaranteed to be there, so I need to check if it is on the page first. if you're looking for the contents of a table cell. Think about it this way: if your page does have the content "My account", then have_content would return True, thus have_no_content should return False. Aug 10, 2012 · It should be false. aligned')['data-switch'] assert result == 'no' A couple things to note. and . Jul 23, 2014 · I propose you to find element using one query: el = first('#blabla') el. has_field?('allow__100', unchecked: true) page. should have_selector('div#pagination pagination-centered') end And this: it "should have pagination" do page. Tie the checked class to some model, and tie the d-table-cell's class to the same model. Jul 4, 2016 · I have a div with an id which contains a div with no id but it has a class. Additional filters can be provided as keyword arguments, check each selector for more information. Ask Question Asked 9 years, 8 months ago. has_css? will check if any of the descendants of the element match the given CSS. slide For using click_link in capybara you need to add one more property in the method using it. expect(@some_button). drawer') For your second question, the within block can use the same css-selector as above: within('div#first. It is useful in that it does not require a session, an application or a driver, but can still use Capybara's finders and matchers on any string that contains HTML. # will check a descendant checkbox with a name, id, or label text matching 'German' page. has_link?('name') page. As well, the label is not directly associated with the input via for and id attributes. should == 0 # Has no text find("#foo td:nth-child(2)"). A session can be initialized manually like this: Nov 23, 2016 · has_attr is a method that checks if an element has the attribute that you want. And the reason - it is not true to say that the HTML does not have the content "My account" in it. This is quite old, but hear me out on this one. have_current_path(expected_path) . # In this case in a role class UserRole < Capybara::UI::Role widget :list_item, '. should have_css('div#first. Find a descendant check box and mark it as checked. If that's the case, then testing for the presence of a CSS class is the wrong thing to do since that would be testing the implementation instead of the results and the point of testing is to allow you to change the implementation and ensure that you get the same var testElement = document. fn. Dec 11, 2012 · For your first question, the following checks for a div with id "first" and class "drawer": page. Absence of a class can be checked by prefixing the class name with ! If you need to check for existence of a class name that starts with ! then prefix with !! class:['a', '!b', '!!!c'] # limit to elements with class 'a' and '!c' but not class 'b' Sep 3, 2014 · How do I check the DOM properties of an element I've selected with Capybara? (note that this is different from checking attributes) Example: I want to see if a checkbox is in the indeterminate state, and I'd like to do something like this: The Session class represents a single user's interaction with the system. reading through this 6yrs later and thought I'd also take a hack at it, also in the TIMTOWTDI vein:D, hoping it isn't incorrect 'JS etiquette'. If no locator is provided this will match against self or a descendant. class is an attribute, i-stars i-stars--large-3 rating-very-large is its value. 5 has the have_current_path matcher which will utilize capybaras waiting behavior. length. This is due to the fact that #has_css? checks for the css being available inside the element not on the element itself. (if it doesn't start with . element(myElement). API Reference #. Capybara automatically waits for asynchronous operations to complete. For future reference, identifying the 1st element explicitly behaved as expected and fails the test: Dec 24, 2014 · @element. is-edit-post') @element. May 7, 2015 · I want to test with Capybara if I have a selector on a page. check (' German ') # will check `el` if it's a checkbox element el. I tried this: it "should have pagination" do page. should have_content. click_link(link_name, :text => link_name) Here the link_name is the text value of a link. Jul 10, 2014 · Thanks for contributing an answer to Stack Overflow! Please be sure to answer the question. As there are many ways that an input tag could be a text field, it is assumed that anything that is not a select list or checkbox must be a text field. should have_css to see if this element is there. child { font-size: inherit; } Aug 19, 2014 · In this code, we check the element's tag_name and type attribute if required. Jun 27, 2016 · Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about your product, service or employer brand Apr 11, 2013 · Nokogiri's CSS queries are effective for finding elements of certain classes. If you instead use let! it will always be created let!(:category) { Jan 28, 2015 · I know how to get the first element, but how can I get the second or third element found with that class x ? Only way is by choosing from an Array like below? If so, starts at zero or one ? find(". $. has_css('. Oct 27, 2016 · Note that will match against the current value property of the element, which may not be the same as the value attribute if the value of the field has been changed since page load. Whether Element#choose, Element#check, Element#uncheck will attempt to click the associated <label> element if the checkbox/radio button are non-visible. for which when i use below code returns ambiguous elements. Double Click the Element. However, first doesn't check that there no other elements on the page. There's an element that shows up and I'm using page. 4 you would have needed to check for content that would be on the show page and once that appeared then get the current path, however capybara 2. I have also come to the conclusion that Capybara doesn't seem to be able to handle focusing an element (and applying :focus styles) properly. If I was using jQuery I could just use hasClass to check if the input element had a specific class. name is. string. 1 day ago · Retrieve the given attribute. find("#some-id"). : within('. i-stars. Obviously, it works only for such cases as logout when it is easy to determine the changes, and it does not solve the issue in general. check () Apr 23, 2022 · @Olliedee let is lazy evaluated, which means the category isn't actually created until you reference category in your test (or in another factory creation). 20. The selector arguments can be text, CSS selector, or XPath expression. Jan 22, 2013 · Having an element like My Text and trying to check if the class is set to “. Since the autofocus property is likely on the email field itself, has_css? will always return false in this case. nil? Note that there is no losing time here as first doesn't block. It's better not to create multiple elements with the same id, so that (and not only for that) you can easily check/uncheck a checkbox with elegant. With ruby, I'm doing some cucumber tests with capybara to test a Shiny application (shiny is a R package to do web applications). Berlin Germany. in-cart") it fails, but It turns out that there was another element with the text 'Radio' in the 'navigation' DIV, so that was causing the test to fail. In Vue I am unsure how I can check if an element has a class though? Here is an example method of what I'd like to achieve: 6 days ago · If you are using Test::Unit, define a base class for your Capybara tests like so: require ' capybara/dsl ' class CapybaraTestCase < Test:: Unit:: TestCase include Capybara:: DSL def teardown Capybara. to have_css(". myclass') do find(:xpath, '. ignore_hidden_elements` is `true`, which it is by default, then this will return only text which is visible. Jun 9, 2014 · For my rails 3. has_unchecked_field?('allow_100') In all cases if the input element is actually non-visible for styling reasons you can pass visible: false Jun 8, 2015 · In Cucumber, with Rspec and Capybara I have a test to check that a button has a class. The selector argument to have_selector can be just an element, as in div, or an element plus a class or ID decoration, as in div. I had a similar problem, and using #parent zoomed out one level:. Dec 20, 2024 · Only find elements with matching class/classes. Whether or not the element is disabled. Checks if the page or current node has a element with the given local name. The two above statements are functionally equivalent. assert_selector('. The exact semantics of this may differ between drivers, but generally any text within elements with `display:none` is ignored. For example you can use the following Ruby one-liner to read from a given file and find the second element of class foo: Jan 14, 2017 · expect(page). hidden. It is explained in the tutorial. Asking for help, clarification, or responding to other answers. So you should instead use html. How can I do this? Sep 10, 2019 · The Angular way would be to avoid, if possible, direct, low-level DOM manipulation. The selector is contained in a form as such: <%=form_for @currency. My test: Apr 24, 2014 · Not a repeat of: How do you test if a div has a certain css style in rspec/capybara? because those answers don't work for my case. Next, you could catch the exception returned from find and ignore it or better yet you could check if page has the element first May 20, 2015 · I have a yes/no slider on a web page that i need to interact with. Berlin . log({ 'main' : testElement. extend({ hasClasses: function (selectors) { // Setup const _id = $(this). # First define the widget, # or reusable dom element reference. should have_selector('div', :class => 'pagination pagination-centered') end And neither work. rating-very-large'). check 'cityID' uncheck 'cityID' If one can not avoid multiple elements with the same id and still needs to check a checkbox with certain value, he can do so with Feb 11, 2014 · Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about your product, service or employer brand Dec 28, 2024 · Retrieve the text of the element. click unless el. class-name", :wait=>0) Are there any other ways of doing this? Feb 14, 2017 · In my case , I used the 'is' a jQuery function, I had a HTML element with different css classes added , I was looking for a specific class in the middle of these , so I used the "is" a good alternative to check a class dynamically added to an html element , which already has other css classes, it is another good alternative. label Sep 29, 2012 · I want to check in the request that a div with class "pagination pagination-centered" exists. What you can do is setting your font-size on your parent class and let the children inherit that. From what I see in the documentation, find_field and other Node::Finders are used to find nodes and perform actions on them rather than expectation. I need to click on one of the elements so that the value changes from true to false or false to true. some-class") does not work in capybara. Provide details and share your research! But avoid …. Nov 29, 2011 · No, it shouldn't work. Nov 23, 2010 · The property you need is className, not class. If ‘Capybara. /div') end Jan 22, 2019 · Capybara メソッド一覧(抜粋)locatorとは(前提知識)Capybaraにおける要素の指定は、「locator文字列」によって操作対象の要素を指定する。locatorにはidやnam… Jul 28, 2016 · You could check that the page doesn't have the element that would fail the expected state: How to check for visibility if the class exists in capybara? Oct 25, 2018 · There are no parent selectors in CSS. use_default_driver end end; Using Capybara with Minitest Feb 17, 2019 · Anatomy of Capybara. Selectors are common strategies to locate elements in the page, provided by capybara. The Session can use any of the underlying drivers. #node ⇒ Object deprecated Deprecated. Also depending on the page, increasing the page size may remove the need for scrolling the page. have_selector 'h1#hola', text: 'Welcome' . If the driver dynamic pages (JS) and the element is currently non-interactable, this method will continuously retry the action until either the element becomes interactable or the maximum wait time expires. In your case the first use isn't until the within statement, which means the record isn't created until after the page is rendered (during the visit call) and therefore the item isn't actually on the page. some-class” page. first('. Jun 3, 2014 · The fill_in method locates elements based on their id attribute, name attribute or label text. Then, you could use the RSpec or matcher combinator Jul 18, 2011 · I am using cucumber with rails, and I'm checking if the parent of an element has a certain class. Thus, it is False. if page. i know how to target the second element using xpath i. list-item' end # Then test the expected order using #widgets role = UserRole. Another option is to scope to a wrapper element that would make the field unique and then find within that element. default_max_wait_time. I'm using Capybara by the way. When locating an element using multiple classes (ie the class attribute has multiple words separated by spaces), the css-selector needs to put a period in front of each. Many of these methods are coming from the Capybara API and can be used exactly the same, except they have been extended to support locator aliases. Class: Capybara::Node::Element. contains('main'), 'cont' : testElement. Mar 7, 2022 · I don't want to test that it has the class like should('have. Mar 15, 2017 · I think @fqxp has a better answer which uses RSpec Matchers and the new expectation syntax. How can I check that the opacity of this element is 0 using Capybara? Sep 30, 2015 · In capybara 2. Here, you would want Capybara to wait for the visible element to appear, which should be achievable by specifying the visible option: Mar 23, 2022 · I'm currently trying to find this element and have capybara validate that it's there. This type of node is returned when using Capybara. It does not support locating elements by a CSS-selector, which . to have_checked_field('yes_1212') # or have_unchecked_field If you want a boolean response and don't already have a reference to the element. Jan 8, 2025 · A Simple is a simpler version of Base which includes only Finders and Matchers and does not include Actions. is-edit-post') Now, I dont fully understand how the #find method works and what exactly it returns. Capybara is a library/gem built to be used on top of an underlying web-based driver. The element does not have an id or name attribute and therefore cannot be used by fill_in. Thanks in advance! Then the Actually depending on the version of Capybara you are using it may either just ignore the :class parameter and default to :css, or it will output a warning about an 'Unknown selector type' and then default to :css . E. in front of the class names to make it a CSS class selector. text. 0 app, I've got rspec+capybara filling in fields, clicking buttons, and testing for presence of a chunk of text 'anywhere on the page'. Whether or not the element is checked. have_selector '.
ctl lvjn clacbs lenq aefwdp lpins hzcced czumwvck bsnpo moxoddu
{"Title":"What is the best girl
name?","Description":"Wheel of girl
names","FontSize":7,"LabelsList":["Emma","Olivia","Isabel","Sophie","Charlotte","Mia","Amelia","Harper","Evelyn","Abigail","Emily","Elizabeth","Mila","Ella","Avery","Camilla","Aria","Scarlett","Victoria","Madison","Luna","Grace","Chloe","Penelope","Riley","Zoey","Nora","Lily","Eleanor","Hannah","Lillian","Addison","Aubrey","Ellie","Stella","Natalia","Zoe","Leah","Hazel","Aurora","Savannah","Brooklyn","Bella","Claire","Skylar","Lucy","Paisley","Everly","Anna","Caroline","Nova","Genesis","Emelia","Kennedy","Maya","Willow","Kinsley","Naomi","Sarah","Allison","Gabriella","Madelyn","Cora","Eva","Serenity","Autumn","Hailey","Gianna","Valentina","Eliana","Quinn","Nevaeh","Sadie","Linda","Alexa","Josephine","Emery","Julia","Delilah","Arianna","Vivian","Kaylee","Sophie","Brielle","Madeline","Hadley","Ibby","Sam","Madie","Maria","Amanda","Ayaana","Rachel","Ashley","Alyssa","Keara","Rihanna","Brianna","Kassandra","Laura","Summer","Chelsea","Megan","Jordan"],"Style":{"_id":null,"Type":0,"Colors":["#f44336","#710d06","#9c27b0","#3e1046","#03a9f4","#014462","#009688","#003c36","#8bc34a","#38511b","#ffeb3b","#7e7100","#ff9800","#663d00","#607d8b","#263238","#e91e63","#600927","#673ab7","#291749","#2196f3","#063d69","#00bcd4","#004b55","#4caf50","#1e4620","#cddc39","#575e11","#ffc107","#694f00","#9e9e9e","#3f3f3f","#3f51b5","#192048","#ff5722","#741c00","#795548","#30221d"],"Data":[[0,1],[2,3],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[6,7],[8,9],[10,11],[12,13],[16,17],[20,21],[22,23],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[36,37],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[2,3],[32,33],[4,5],[6,7]],"Space":null},"ColorLock":null,"LabelRepeat":1,"ThumbnailUrl":"","Confirmed":true,"TextDisplayType":null,"Flagged":false,"DateModified":"2020-02-05T05:14:","CategoryId":3,"Weights":[],"WheelKey":"what-is-the-best-girl-name"}